mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge pull request #2717 from xini/fix-visibility-field
FIX SiteTree visibility field name
This commit is contained in:
commit
ca086142b4
@ -2214,7 +2214,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