Skip to content

Commit

Permalink
TA#66767 [MIG][16.0] web_search_date_range
Browse files Browse the repository at this point in the history
  • Loading branch information
rivo2302 committed Sep 20, 2024
1 parent 4932a6c commit fc7c164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_search_date_range/models/search_date_range_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_filter_list(self):
return sorted(filters, key=lambda f: f["description"])

def _get_filter(self):
description = self.field_id.field_description
description = self._get_translation(self.field_id, "field_description")
return {
"isRelativeDateFilter": True,
"custom_options": [self._get_option(range_) for range_ in self.range_ids],
Expand Down

0 comments on commit fc7c164

Please sign in to comment.