|
|
|
@ -275,6 +275,7 @@ export class EntityStateControllerComponent extends StateControllerComponent imp |
|
|
|
} |
|
|
|
|
|
|
|
private gotoState(stateId: string, update: boolean, openRightLayout?: boolean) { |
|
|
|
update = update && this.dashboardCtrl.dashboardCtx.state !== stateId; |
|
|
|
this.dashboardCtrl.openDashboardState(stateId, openRightLayout); |
|
|
|
this.mobileService.handleDashboardStateName(this.getStateName(this.stateObject.length - 1)); |
|
|
|
if (update) { |
|
|
|
|