johnitvn / yii2-rbac-plus

Database role base access control manager for yii2
49 stars 52 forks source link

Unable to assign permissions to role #10

Open bsploit opened 9 years ago

bsploit commented 9 years ago

Hi! I try to create role, select permissions, click save. All fields are saved except permissions. it seems like afterSave method in Role.php is never called

michaelnguyen2021 commented 8 years ago

same here

when create a new role, I cant save existing permissions to role

when update a role, I cant save the permissions at all.

I check the RoleController and dont see the code that map role to permission. The code only update role fields