mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge branch '4.9' into 4.10
This commit is contained in:
commit
101b17f16e
@ -2172,7 +2172,7 @@ class SiteTree extends DataObject implements PermissionProvider, i18nEntityProvi
|
|||||||
);
|
);
|
||||||
|
|
||||||
$parentType->addExtraClass('noborder');
|
$parentType->addExtraClass('noborder');
|
||||||
$visibility->setTitle($this->fieldLabel('Visibility'));
|
$visibility->setName('Visibility')->setTitle($this->fieldLabel('Visibility'));
|
||||||
|
|
||||||
|
|
||||||
// This filter ensures that the ParentID dropdown selection does not show this node,
|
// This filter ensures that the ParentID dropdown selection does not show this node,
|
||||||
|
Loading…
Reference in New Issue
Block a user