AW-526 And now the proper fix.
FarmMaps.Develop/FarmMapsLib/develop This commit looks good Details

pull/1/head
Peter Bastiani 2019-08-19 13:15:20 +02:00
parent fbab3d75f3
commit b764700fef
1 changed files with 1 additions and 1 deletions

View File

@ -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 [];
}
));