mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 09:05:55 +00:00
ENHANCEMENT: Relabelled global group on Group subsites tab to 'All sites' (from r89145) (from r96310)
This commit is contained in:
parent
f466594c24
commit
6fb9a4e710
@ -62,7 +62,6 @@ class GroupSubsites extends DataObjectDecorator implements PermissionProvider {
|
|||||||
$subsites = Subsite::accessible_sites(array('ADMIN', 'SECURITY_SUBSITE_GROUP'), true);
|
$subsites = Subsite::accessible_sites(array('ADMIN', 'SECURITY_SUBSITE_GROUP'), true);
|
||||||
$subsiteMap = $subsites->toDropdownMap();
|
$subsiteMap = $subsites->toDropdownMap();
|
||||||
|
|
||||||
|
|
||||||
// Interface is different if you have the rights to modify subsite group values on
|
// Interface is different if you have the rights to modify subsite group values on
|
||||||
// all subsites
|
// all subsites
|
||||||
if(isset($subsiteMap[0])) {
|
if(isset($subsiteMap[0])) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user