Skip to content
Snippets Groups Projects

Issue #3283726: Workspace config: menu_item_extras.utility config breaks /admin/config

Merged s_leu requested to merge issue/wse-3283726:3283726-ignore-menuitemextras.utility into 1.0.x
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -158,6 +158,7 @@ class WseConfigSubscriber implements EventSubscriberInterface {
@@ -158,6 +158,7 @@ class WseConfigSubscriber implements EventSubscriberInterface {
'comment.type.*',
'comment.type.*',
'media.*',
'media.*',
'pathauto.*',
'pathauto.*',
 
'menu_item_extras.utility',
];
];
$event->setIgnored(...$config_names);
$event->setIgnored(...$config_names);
}
}
Loading