-
This line "$map->width = 100%;" leads to YII2 Syntax error. Cause width is expected to be an integer. But documentation says we can use % here.
After few tries i found that "$map->width = 100 . '%';"…
-
### What steps will reproduce the problem?
1. Install yii2-usuario via `composer require 2amigos/yii2-usuario:~1.0`. Also tried `composer require 2amigos/yii2-usuario: 'dev-master'` to see if it wo…
-
Bootstrap here is outdated, no releases lately make hard to implement breaking changes. I suggest a plan for getting past this
# 1. I have created a dev branch here:
https://github.com/TonisOrmiss…
-
### What steps will reproduce the problem?
editing a role
### What is the expected result?
add role in user
### What do you get instead?
preg_match(): Compilation failed: invalid range in charact…
-
https://github.com/2amigos/yii2-grid-view-library/blob/9463fda4398715413c59dec9f7c04754b9fdb152/src/columns/BooleanColumn.php#L54
I think that there is an error in this line. What do you mean by th…
-
An error after installation:
**Unknown Property – yii\base\UnknownPropertyException
Setting unknown property: dosamigos\google\maps\MapAsset::options**
Necessary params to the **array bundles** (web…
-
### What steps will reproduce the problem?
Try to use `za` or `some/route/permissions` as Permission name.
### What is the expected result?
To be able to save the data.
### What do you get…
-
Not all buttons are showing in full preset mode. Tried to update, current version is 2.2, but alighn and other buttons are not appering.
#133
-
In current implementation i can not create my own application with for example class `ApiApplication` because of application creation is hardcoded as web/console, i suggest to check the second param o…
-
### What steps will reproduce the problem?
install, migrate, try to create
```
./yii user/create test@test.test test
```
### What is the expected result?
success
or
error description
### What…