We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d459d0c commit d9ca55eCopy full SHA for d9ca55e
app/code/Magento/Authorization/Model/Acl/Loader/Rule.php
@@ -85,6 +85,8 @@ public function populateAcl(\Magento\Framework\Acl $acl)
85
}
86
87
/**
88
+ * Apply ACL with rules
89
+ *
90
* @param \Magento\Framework\Acl $acl
91
* @return array[]
92
*/
@@ -114,7 +116,6 @@ private function applyPermissionsAccordingToRules(\Magento\Framework\Acl $acl):
114
116
115
117
118
- *
119
* For all rules that were not regenerated in authorization_rule table,
120
* when adding a new module and without re-saving all roles,
121
* consider not present rules with deny permissions
0 commit comments