From 6c0caeecf98aceae3a33aff8b85991e66319e94e Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 12 Apr 2010 09:43:40 +0000 Subject: [PATCH] MINOR create the ability to have some roles only be able to be applied by admins (from r88090) (from r96784) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@102477 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/SecurityAdmin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/code/SecurityAdmin.php b/code/SecurityAdmin.php index c1895bed..79925a79 100644 --- a/code/SecurityAdmin.php +++ b/code/SecurityAdmin.php @@ -357,6 +357,7 @@ class SecurityAdmin extends LeftAndMain implements PermissionProvider { 'help' => _t('SecurityAdmin.APPLY_ROLES_HELP', 'Ability to edit the roles assigned to a group. Requires "Access to Security.".'), 'sort' => 0 ) + 'APPLY_ROLES' => _t('SecurityAdmin.APPLY_ROLES', 'Apply roles to groups'), ); }