From 6f4e5ee602e807dd1ea0e1d9300cfc81376b6d16 Mon Sep 17 00:00:00 2001 From: sniedzielski <52816247+sniedzielski@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:14:36 +0200 Subject: [PATCH] CM-830: removing field from opensearch (#20) * CM-830: added grievance for opensearch reporting layer * CM-830: removed processing json ext * CM-830: updated fields * CM-830: fixed opensearch field --- grievance_social_protection/documents.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/grievance_social_protection/documents.py b/grievance_social_protection/documents.py index bf99456..21ad98b 100644 --- a/grievance_social_protection/documents.py +++ b/grievance_social_protection/documents.py @@ -33,8 +33,7 @@ class Django: model = Ticket fields = [ 'id', 'key', 'title', 'code', - 'description', 'attending_staff', - 'status', 'category', 'flags', + 'description', 'status', 'category', 'flags', 'channel', 'resolution' ] queryset_pagination = 5000