You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you edit a permission which has a rule linked the Select2 for the Rule is initialized with the className of the rule: i.e. app\rbac\AuthorRule (which is what's in the database)
thought the select2 list contains the isAuthor rule name and the management interface is using this to validate.
If you confirm (with no modifications) the Rule field raises and error:
Rule app\rbac\AuthorRule does not exist ...
The rule values should be translated to the Rule name
The text was updated successfully, but these errors were encountered:
When you edit a permission which has a rule linked the Select2 for the Rule is initialized with the className of the rule: i.e. app\rbac\AuthorRule (which is what's in the database)
thought the select2 list contains the isAuthor rule name and the management interface is using this to validate.
If you confirm (with no modifications) the Rule field raises and error:
Rule app\rbac\AuthorRule does not exist ...
The rule values should be translated to the Rule name
The text was updated successfully, but these errors were encountered: