Skip to content

Commit

Permalink
Remove status from activity filter types.
Browse files Browse the repository at this point in the history
Since the frontend now always filters on status, we no longer show the
filter and no longer have a need for this option.
  • Loading branch information
eodolphi committed Aug 31, 2022
1 parent 9a58a29 commit 6fcd63f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bluebottle/initiatives/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ class InitiativePlatformSettings(BasePlatformSettings):
('team_activity', _('Team activities')),
('theme', _('Theme')),
('category', _('Category')),
('status', _('Status')),
('segments', _('Segments')),
)
INITIATIVE_SEARCH_FILTERS = (
Expand Down

0 comments on commit 6fcd63f

Please sign in to comment.