From 3e5ae5271e2a6460407fd70c1cacbdcf0715d33a Mon Sep 17 00:00:00 2001 From: iglocska Date: Mon, 4 Sep 2023 15:23:21 +0200 Subject: [PATCH] chg: [misisng] change --- src/Controller/Component/NavigationComponent.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Controller/Component/NavigationComponent.php b/src/Controller/Component/NavigationComponent.php index 3c606e8..452d575 100644 --- a/src/Controller/Component/NavigationComponent.php +++ b/src/Controller/Component/NavigationComponent.php @@ -37,6 +37,7 @@ class NavigationComponent extends Component 'Instance' => 'server', 'Tags' => 'tags', 'API' => 'code', + 'EnumerationCollections' => 'list', ]; public function initialize(array $config): void @@ -163,6 +164,7 @@ class NavigationComponent extends Component 'LocalTools', 'UserSettings', 'MailingLists', + 'EnumerationCollections', ]; foreach ($CRUDControllers as $controller) { $bcf->setDefaultCRUDForModel($controller);