Skip to content

Commit

Permalink
chore: drop deprecated id filter on cases filterset
Browse files Browse the repository at this point in the history
BREAKING CHANGE: you now must use the `ids` filter instead
  • Loading branch information
winged committed Jan 30, 2024
1 parent 1578fbf commit e6356fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions caluma/caluma_workflow/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ class Meta:


class CaseFilterSet(MetaFilterSet):
id = GlobalIDFilter()
id.deprecation_reason = "Use ids filter instead"
ids = GlobalIDMultipleChoiceFilter(field_name="pk")

document_form = CharFilter(field_name="document__form_id")
Expand Down
1 change: 0 additions & 1 deletion caluma/tests/__snapshots__/test_schema.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,6 @@
modifiedAfter: DateTime
metaHasKey: String
metaValue: [JSONValueFilterType]
id: ID
ids: [ID]
documentForm: String
documentForms: [String]
Expand Down

0 comments on commit e6356fa

Please sign in to comment.