From ee9333534ad10816c42c634be956a90b2839c2c3 Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Wed, 6 Jul 2022 11:05:20 +0200 Subject: [PATCH] statistics: remove empty default value for cards (#67062) --- wcs/statistics/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wcs/statistics/views.py b/wcs/statistics/views.py index bf4916492..8f9912f0c 100644 --- a/wcs/statistics/views.py +++ b/wcs/statistics/views.py @@ -137,7 +137,6 @@ class IndexView(RestrictedView): 'label': _('Card'), 'options': self.get_form_options(CardDef, include_all_option=False), 'required': True, - 'default': '', 'has_subfilters': True, }, ], -- 2.30.2