Skip to content

Commit

Permalink
Merge pull request #12 from mage-one-com/feature/improve_acl
Browse files Browse the repository at this point in the history
Fix ACL for rule controller
  • Loading branch information
riconeitzel committed Sep 11, 2020
2 parents bc55f19 + 560709b commit bf3de81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ public function loadAction()

protected function _isAllowed()
{
return Mage::getSingleton('admin/session')->isAllowed('system/config/qps_section');
return Mage::getSingleton('admin/session')->isAllowed('system/tools/qps');
}
}
1 change: 1 addition & 0 deletions src/app/locale/de_DE/Mageone_Qps.csv
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@
"Back", "Zurück"
"Reset","Zurücksetzen"
"Save and Continue Edit","Speichern und weiterbearbeiten"
"Quick Protection System Section","Mage One QPS"
1 change: 1 addition & 0 deletions src/app/locale/en_US/Mageone_Qps.csv
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@
"Back","Back"
"Reset","Reset"
"Save and Continue Edit","Save and Continue Edit"
"Quick Protection System Section","Mage One QPS"

0 comments on commit bf3de81

Please sign in to comment.