remove show_as_featurelist again
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user