Skip to content

Commit

Permalink
Merge pull request cgwire#704 from NicoPennec/fix/update-filter
Browse files Browse the repository at this point in the history
[filters] Add missing group argument on update filter route
  • Loading branch information
frankrousseau authored Sep 15, 2023
2 parents f5d3379 + fb6a592 commit f1a00a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zou/app/blueprints/user/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ def put(self, filter_id):
[
("name", None, False),
("search_query", None, False),
("search_filter_group_id", None, False),
]
)
data = self.clear_empty_fields(data)
Expand Down

0 comments on commit f1a00a2

Please sign in to comment.