Aw-6020 Fix getChildItemListCount
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
@@ -148,7 +148,7 @@ export class AppCommonEffects {
|
||||
ofType(appCommonActions.VIEWITEM),
|
||||
withLatestFrom(this.store$.select(appCommonReducers.selectGetItemTypes)),
|
||||
switchMap(([action, itemtypes]) => {
|
||||
const a = action as appCommonActions.EditItem;
|
||||
const a = action as appCommonActions.ViewItem;
|
||||
const itemType = itemtypes[a.item.itemType];
|
||||
const viewer = itemType.viewer;
|
||||
const editor = itemType.editor;
|
||||
|
Reference in New Issue
Block a user