PMCORE-3341: Left menu should mark the current location in the navigation PMCORE_3.7.0 build

This commit is contained in:
Rodrigo Quelca
2021-09-21 21:24:18 +00:00
parent 85e0a7cded
commit c4c38dcc3e
2 changed files with 3 additions and 1 deletions

View File

@@ -450,6 +450,7 @@ export default {
*/
initState() {
this.initActiveState();
this.initShowState();
},
/**
* Initalize the active state of the menu item

View File

@@ -326,7 +326,8 @@ export default {
component: CustomSidebarMenuItem,
props: {
isCollapsed: this.collapsed? true: false,
item: data[i]
item: data[i],
showOneChild: true
}
};
}