You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(segment-filters): add has_type_specific_data filter and simplify path data filtering
- filtersets/segment.py:
- change has_path_data from MultipleChoiceFilter to ChoiceFilter
- add new has_type_specific_data ChoiceFilter with custom method
- simplify _has_path_data logic to handle single choice values
- implement _has_type_specific_data to check for null or empty type_specific_data
- forms/segment.py:
- change has_path_data to ChoiceField with Any option
- add new has_type_specific_data ChoiceField with Any/Yes/No options
- include new field in Basic fieldset
- graphql/filters.py:
- remove debug logging line from has_path_data filter
0 commit comments