mirror of
				https://github.com/grocy/grocy.git
				synced 2025-10-31 02:36:54 +00:00 
			
		
		
		
	Filtering of API-Results (#985)
* Add FilteredApiResponse * Use FilteredApiResponse for Generic-Entity-Search * Use FilteredApiResponse for Recipe-Fullfillment * Use FilteredApiResponse for GetUsers * Use FilteredApiResponse for current Tasks * Use FilteredApiResponse for ProductStockEntries & ProductStockLocations * Use FilteredApiResponse for current chores * Use FilteredApiResponse for batteries-current * Fix missing highlighting of "< X days" * Keep to use existing views Co-authored-by: Bernd Bestel <bernd@berrnd.de>
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							60f3d900e8
						
					
				
				
					commit
					32a4f81f62
				
			| @@ -26,8 +26,7 @@ class BatteriesService extends BaseService | ||||
|  | ||||
| 	public function GetCurrent() | ||||
| 	{ | ||||
| 		$sql = 'SELECT * from batteries_current'; | ||||
| 		return $this->getDatabaseService()->ExecuteDbQuery($sql)->fetchAll(\PDO::FETCH_OBJ); | ||||
| 		return $this->getDatabase()->batteries_current(); | ||||
| 	} | ||||
|  | ||||
| 	public function TrackChargeCycle(int $batteryId, string $trackedTime) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user