Skip to content
Snippets Groups Projects
Commit 962273d9 authored by Florent Torregrosa's avatar Florent Torregrosa
Browse files

Issue #3486192 by grimreaper: Fix menu local tasks active state

parent 62c6fe8d
No related branches found
No related tags found
1 merge request!222Issue #3486192 by grimreaper: Fix menu local tasks active state
Pipeline #332235 passed
......@@ -45,8 +45,10 @@ class PreprocessMenuLocalTasks {
if ($menuLocalTask['#active']) {
$menuLocalTask['#link']['url']->mergeOptions([
'class' => [
'active',
'attributes' => [
'class' => [
'active',
],
],
]);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment