From 6fcd63fd4a7a620431b39f22b06adc8d7eedf4bb Mon Sep 17 00:00:00 2001 From: Ernst Odolphi Date: Wed, 31 Aug 2022 12:08:47 +0200 Subject: [PATCH] Remove status from activity filter types. Since the frontend now always filters on status, we no longer show the filter and no longer have a need for this option. --- bluebottle/initiatives/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bluebottle/initiatives/models.py b/bluebottle/initiatives/models.py index 97c670ef17..a76c03246c 100644 --- a/bluebottle/initiatives/models.py +++ b/bluebottle/initiatives/models.py @@ -260,7 +260,6 @@ class InitiativePlatformSettings(BasePlatformSettings): ('team_activity', _('Team activities')), ('theme', _('Theme')), ('category', _('Category')), - ('status', _('Status')), ('segments', _('Segments')), ) INITIATIVE_SEARCH_FILTERS = (