PMCORE-3341: Left menu should mark the current location in the navigation PMCORE_3.7.0 build
This commit is contained in:
@@ -450,6 +450,7 @@ export default {
|
|||||||
*/
|
*/
|
||||||
initState() {
|
initState() {
|
||||||
this.initActiveState();
|
this.initActiveState();
|
||||||
|
this.initShowState();
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* Initalize the active state of the menu item
|
* Initalize the active state of the menu item
|
||||||
|
|||||||
@@ -326,7 +326,8 @@ export default {
|
|||||||
component: CustomSidebarMenuItem,
|
component: CustomSidebarMenuItem,
|
||||||
props: {
|
props: {
|
||||||
isCollapsed: this.collapsed? true: false,
|
isCollapsed: this.collapsed? true: false,
|
||||||
item: data[i]
|
item: data[i],
|
||||||
|
showOneChild: true
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user