Skip to content

Added required permissions for the configuration page of magento module

Closes #3285292 Added permissions for the module configuration page when the magento configuration can page can only be accessed by the particular roles provided. For testing check

  1. checkout to this branch.
  2. add a user give him a different role than admin.
  3. go to admin/people/permissions page .
  4. Search for 'Access magento config page settings'.
  5. Give the permission to role of your user.
  6. login as the user and check if you can access the page
  7. you can switch the permissions and also check this.

Merge request reports