Skip to content
Snippets Groups Projects
Commit 6c569b37 authored by Redwan Jamous's avatar Redwan Jamous Committed by Rajab Natshah
Browse files

Issue #3447559 by Redwan Jamous: Fix admin theme library not attached for...

Issue #3447559 by Redwan Jamous: Fix admin theme library not attached for entity types other than node
parent c9f712b8
No related branches found
No related tags found
1 merge request!58Issue #3447559 by Redwan Jamous: Fix admin theme library not attached for entity types other than node
......@@ -115,7 +115,7 @@ function varbase_layout_builder_form_alter(&$form, FormStateInterface $form_stat
if (isset($url_object)
&& is_object($url_object)
&& $url_object->isRouted()
&& $url_object->getRouteName() === 'layout_builder.overrides.node.view') {
&& preg_match('/^layout_builder\.overrides\.[a-z0-9_]+\.view$/', $url_object->getRouteName())) {
$add_admin_theme = TRUE;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment