Projet

Général

Profil

0001-statistics-remove-empty-default-value-for-cards-6706.patch

Valentin Deniaud, 06 juillet 2022 11:06

Télécharger (893 octets)

Voir les différences:

Subject: [PATCH] statistics: remove empty default value for cards (#67062)

 wcs/statistics/views.py | 1 -
 1 file changed, 1 deletion(-)
wcs/statistics/views.py
137 137
                                'label': _('Card'),
138 138
                                'options': self.get_form_options(CardDef, include_all_option=False),
139 139
                                'required': True,
140
                                'default': '',
141 140
                                'has_subfilters': True,
142 141
                            },
143 142
                        ],
144
-