mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
FIX SiteTree visibility field name
This commit is contained in:
parent
480baa6ef8
commit
b539924550
@ -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