diff --git a/projects/common/src/lib/effects/app-common.effects.ts b/projects/common/src/lib/effects/app-common.effects.ts index b3291d7..394fc4f 100644 --- a/projects/common/src/lib/effects/app-common.effects.ts +++ b/projects/common/src/lib/effects/app-common.effects.ts @@ -96,7 +96,7 @@ export class AppCommonEffects { var a = action as appCommonActions.EditItem; var itemType = itemtypes[a.item.itemType]; var viewer = itemType.viewer; - this.router$.navigate(['/app', viewer, 'item', a.item.code]); + this.router$.navigate(['/viewer', viewer, 'item', a.item.code]) return []; } ));