mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
ENHANCEMENT added new permission, SITETREE_REORGANISE
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@84073 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
5903fcaa05
commit
63e2d4d72e
@ -2133,6 +2133,10 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
|
||||
'SiteTree.EDIT_ALL_DESCRIPTION',
|
||||
'Can edit any page on the site, regard of the settings on the Access tab'
|
||||
),
|
||||
'SITETREE_REORGANISE' => _t(
|
||||
'SiteTree.REORGANISE_DESCRIPTION',
|
||||
'Can reorganise the site tree'
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user