AW-526 And now the proper fix.
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
This commit is contained in:
parent
fbab3d75f3
commit
b764700fef
@ -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 [];
|
||||
}
|
||||
));
|
||||
|
Loading…
Reference in New Issue
Block a user