-
When i create or update a role and the value of data is not a valid json it will raise
**Invalid Parameter – yii\base\InvalidParamException
Syntax error.**
on this line:
> `$this->_item->data …
-
I have create several roles, permissions, and assign some sub roles/permissions to specific roles too.
Would appreciate program can list out the parent and child when click the assignments.
It can ma…
-
能否提供下详细的文档介绍?谢谢!
-
Hello. in the authorization controller, I can log in. but when i go to another page my user is not authorized
`Yii::$app->user->identity === null => true`
`
-
Creating user roles will allow the user with administrative rights to change the balance and edit the information of other users.
## UI:
• Clients -
• Administrator -
## Data Structure:
#…
-
I am planning to make a major refactor to the module so to make the library more manageable and scalable.
This is what is being planned:
- [ ] Work with current library repository but split i…
-
-
Could you please document all the steps in using routes as assignments (or however it works).
I have the extension installed on the advanced template version of Yii2. I did the install and migrate of…
-
@mdmunir
I have created a permission using this module, and then assigned a route to it. But when I am trying to add that particular permission to a specific user then the entry goes to database. Sti…
-
### What steps will reproduce the problem?
These thoughts are inspired by the article https://habrahabr.ru/post/327170/ (Russian Article)
As matter of fact rbac/ManagerInterface implementations can…