From 4d9b6c856e6aa53d90df4b870101bbf8e565d004 Mon Sep 17 00:00:00 2001 From: Manuel Aranda Date: Mon, 4 Aug 2025 12:38:30 +0200 Subject: [PATCH] refs #2591. new response. Added job_id --- config/services/api_platform.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/services/api_platform.yaml b/config/services/api_platform.yaml index 087e0f9..19a2e47 100644 --- a/config/services/api_platform.yaml +++ b/config/services/api_platform.yaml @@ -298,7 +298,7 @@ services: api_platform.filter.trace.search: parent: 'api_platform.doctrine.orm.search_filter' - arguments: [ { 'id': 'exact', 'command': 'exact', 'client.id': 'exact', 'status': 'exact' } ] + arguments: [ { 'id': 'exact', 'command': 'exact', 'client.id': 'exact', 'status': 'exact', 'jobId': 'exact' } ] tags: [ 'api_platform.filter' ] api_platform.filter.trace.order: