mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
Fix active configuration/application menu highlighting
Fix a bug that caused the application config to not be set to active when navigating through history. refs #9761
This commit is contained in:
parent
8a4e4ecf49
commit
675a130787
@ -271,7 +271,7 @@ class Menu implements RecursiveIterator
|
|||||||
'priority' => 800
|
'priority' => 800
|
||||||
));
|
));
|
||||||
$section->add(t('Application'), array(
|
$section->add(t('Application'), array(
|
||||||
'url' => 'config',
|
'url' => 'config/general',
|
||||||
'permission' => 'config/application/*',
|
'permission' => 'config/application/*',
|
||||||
'priority' => 810
|
'priority' => 810
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user