remove show_as_featurelist again
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good

This commit is contained in:
Willem Dantuma
2020-02-21 11:28:46 +01:00
parent ba0a60ba09
commit 85143986ee
2 changed files with 5 additions and 9 deletions

View File

@@ -141,11 +141,7 @@ export class MapComponent implements OnInit, OnDestroy,AfterViewInit {
urlparts.push(itemType.editor);
urlparts.push('item');
urlparts.push(queryState.itemCode);
}
if (itemType.viewer == "show_as_featurelist" ) {
queryState.parentCode=queryState.itemCode;
queryState.itemCode=null;
}
}
}
if(urlparts.length>0) {
this.router.navigate(urlparts);