From b5399245507e987f99479e9c557caa6a8dd71e43 Mon Sep 17 00:00:00 2001 From: Florian Thoma Date: Tue, 25 Jan 2022 11:49:11 +1100 Subject: [PATCH 1/2] FIX SiteTree visibility field name --- code/Model/SiteTree.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Model/SiteTree.php b/code/Model/SiteTree.php index d0be2288..bb62fe51 100755 --- a/code/Model/SiteTree.php +++ b/code/Model/SiteTree.php @@ -2214,7 +2214,7 @@ class SiteTree extends DataObject implements PermissionProvider, i18nEntityProvi ); $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, From f824e9f654a7d0baae967d27d4cbe7f84feae187 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 27 Jan 2022 11:18:47 +1300 Subject: [PATCH 2/2] DEP Pin colors to 1.1.2 (#2715) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 671e9fb5..596c3324 100644 --- a/package.json +++ b/package.json @@ -82,6 +82,7 @@ } }, "resolutions": { + "colors": "1.1.2", "eslint": "^4.6.1" }, "babel": {