Add queryParamsHandling = merge for dashboard-sidebar
This commit is contained in:
parent
0b814da356
commit
67da43e1dd
|
@ -7,7 +7,7 @@
|
|||
<navbar *ngIf="hasHeader" portal="monitor_dashboard" [header]="menuHeader"
|
||||
[userMenuItems]=userMenuItems [menuItems]="menuItems" [user]="user" [offCanvasFlip]="true"></navbar>
|
||||
<div>
|
||||
<dashboard-sidebar *ngIf="stakeholder && isFrontPage && hasSidebar" [items]="sideBarItems" [activeItem]="activeTopic?activeTopic.alias:null"></dashboard-sidebar>
|
||||
<dashboard-sidebar *ngIf="stakeholder && isFrontPage && hasSidebar" queryParamsHandling="merge" [items]="sideBarItems" [activeItem]="activeTopic?activeTopic.alias:null"></dashboard-sidebar>
|
||||
<dashboard-sidebar *ngIf="hasAdminMenu && adminMenuItems?.length > 0" [items]="adminMenuItems" [specialMenuItem]="specialSideBarMenuItem"></dashboard-sidebar>
|
||||
<main>
|
||||
<router-outlet></router-outlet>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 337a56ec757edef9876c147211f89e8d646a6935
|
||||
Subproject commit d0dc3bd5e86b2864cf0019c041526d2632eb982c
|
|
@ -1 +1 @@
|
|||
Subproject commit c0f2132f4efa10383da21e86a46eab1786694a0f
|
||||
Subproject commit 84332ef82b15998e0d24f64f1ff1de97616cd735
|
|
@ -1 +1 @@
|
|||
Subproject commit 1831614eefba657a94a9548846cff28f5987c670
|
||||
Subproject commit 5d7edb030d589492011316208ee45a1d2c54e764
|
|
@ -1 +1 @@
|
|||
Subproject commit 9fe876f2cd1f3f6b8f99e03b5927d667c94657ef
|
||||
Subproject commit 79aafa3b70d8c0b21582fdb1b5dabbc7e6a825a2
|
Loading…
Reference in New Issue