mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FIX Fix link for managing roles (#11178)
This commit is contained in:
parent
e68af4de40
commit
8aab888d50
@ -234,8 +234,8 @@ class Group extends DataObject
|
||||
) . '<br />' .
|
||||
sprintf(
|
||||
'<a href="%s" class="add-role">%s</a>',
|
||||
SecurityAdmin::singleton()->Link('show/root#Root_Roles'),
|
||||
_t('SilverStripe\\Security\\Group.RolesAddEditLink', 'Manage roles')
|
||||
SecurityAdmin::singleton()->Link('roles'),
|
||||
_t(__CLASS__ . '.RolesAddEditLink', 'Manage roles')
|
||||
) .
|
||||
"</p>"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user