Aw4645 Add get item to admin service
	
		
			
	
		
	
	
		
	
		
			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:
		| @@ -16,6 +16,10 @@ export class AdminService { | ||||
|     return this.appConfig.getConfig("apiEndPoint"); | ||||
|   } | ||||
|  | ||||
|   getItem(code: string): Observable<IItem> { | ||||
|     return this.httpClient.get<IItem>(`${this.ApiEndpoint()}/api/v1/admin/${code}`); | ||||
|   } | ||||
|  | ||||
|   getItemList(itemType?: string, dataFilter?: any, level?: number, atItemLocationItemCode?: string, indexed?: boolean, validToday?: boolean): Observable<IItem[]> { | ||||
|     var params = new HttpParams(); | ||||
|     if(itemType)  params = params.append("it", itemType); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user