dataviz: turn filters feature-flag on (#62417)
gitea-wip/combo/pipeline/head There was a failure building this commit Details
gitea/combo/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Frédéric Péters 2022-03-04 09:10:45 +01:00
parent ae688c75e7
commit c4de7aa569
1 changed files with 3 additions and 1 deletions

View File

@ -362,7 +362,9 @@ PWA_NOTIFICATION_ICON_URL = None
BOOKING_CALENDAR_CELL_ENABLED = False
LEGACY_CHART_CELL_ENABLED = False
PUBLIK_FAMILY_CELL_ENABLED = False
CHART_FILTERS_CELL_ENABLED = False
# and enable others
CHART_FILTERS_CELL_ENABLED = True
def debug_show_toolbar(request):