Projet

Général

Profil

0001-statistics-allow-group-by-without-time-interval-for-.patch

Valentin Deniaud, 10 octobre 2022 10:18

Télécharger (1,01 ko)

Voir les différences:

Subject: [PATCH] statistics: allow group by without time interval for cards
 (#70016)

 wcs/statistics/views.py | 4 ++++
 1 file changed, 4 insertions(+)
wcs/statistics/views.py
127 127
                                        'id': 'hour',
128 128
                                        'label': _('Hour'),
129 129
                                    },
130
                                    {
131
                                        'id': 'none',
132
                                        'label': _('None'),
133
                                    },
130 134
                                ],
131 135
                                'required': True,
132 136
                                'default': 'month',
133
-