AW-5727 - Farms blijft leeg bij harde reload
	
		
			
	
		
	
	
		
	
		
			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:
		| @@ -64,9 +64,9 @@ export class FeatureListContainerComponent { | ||||
|     viewContainerRef.clear(); | ||||
|     if(showItem) { | ||||
|       this.componentRef = viewContainerRef.createComponent(componentFactory); | ||||
|       (<AbstractFeatureListComponent>this.componentRef.instance).features = null; | ||||
|       (<AbstractFeatureListComponent>this.componentRef.instance).queryState = queryState; | ||||
|       (<AbstractFeatureListComponent>this.componentRef.instance).selectedFeature = null; | ||||
|       (<AbstractFeatureListComponent>this.componentRef.instance).features = this.features; | ||||
|       (<AbstractFeatureListComponent>this.componentRef.instance).queryState = this.queryState; | ||||
|       (<AbstractFeatureListComponent>this.componentRef.instance).selectedFeature = this.selectedFeature; | ||||
|     }     | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user