AW-526 And now the proper fix.
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good

This commit is contained in:
Peter Bastiani 2019-08-19 13:15:20 +02:00
parent fbab3d75f3
commit b764700fef

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