johnitvn / yii2-rbac-plus

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

Can't save permissions #7

Closed TurningTide closed 9 years ago

TurningTide commented 9 years ago

After saving role, new permissions does not set. No errors, getting correct response, but without any changes

johnitvn commented 9 years ago

I have update this extension. The reason of this bug is Yii 2.0.6 is update afterSave($insert) to afterSave($insert, $changedAttributes). Please update this extension