Skip to content

Commit

Permalink
CM-830: removing field from opensearch (#20)
Browse files Browse the repository at this point in the history
* CM-830: added grievance for opensearch reporting layer

* CM-830: removed processing json ext

* CM-830: updated fields

* CM-830: fixed opensearch field
  • Loading branch information
sniedzielski authored Jun 10, 2024
1 parent f93dc84 commit 6f4e5ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions grievance_social_protection/documents.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6f4e5ee

Please sign in to comment.