Skip to content

Commit

Permalink
Merge pull request #5229 from onepercentclub/ticket/BB-20570-add-show…
Browse files Browse the repository at this point in the history
…-all-flag

Add status back to search filter options
  • Loading branch information
gannetson committed Sep 6, 2022
2 parents 1a9d4dd + 5c9d1b1 commit fb28404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bluebottle/initiatives/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ class InitiativePlatformSettings(BasePlatformSettings):
('theme', _('Theme')),
('category', _('Category')),
('segments', _('Segments')),
('status', _('Status')),
)
INITIATIVE_SEARCH_FILTERS = (
('location', _('Office location')),
Expand Down

0 comments on commit fb28404

Please sign in to comment.