Skip to content

Commit

Permalink
[filters] Add missing group argument on update filter route
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoPennec committed Sep 15, 2023
1 parent f5d3379 commit fb6a592
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 fb6a592

Please sign in to comment.