silverstripe / silverstripe-framework

Silverstripe Framework, the MVC framework that powers Silverstripe CMS
https://www.silverstripe.org
BSD 3-Clause "New" or "Revised" License
719 stars 820 forks source link

FIX Fix link for managing roles #11178

Closed GuySartorelli closed 3 months ago

GuySartorelli commented 3 months ago

Description

Fix "manage roles" link to correctly link to the roles tab

Manual testing steps

  1. Within CMS, select Security
  2. Go to "Roles" tab and create a role
  3. Go back to Security
  4. Go to "Groups" tab
  5. Select any group
  6. Go to "Roles" tab (within group edit form)
  7. click "Manage Roles" link (this should take you to the main roles section)

Issues

Pull request checklist