Project

General

Profile

0001-api-indicate-possibility-of-future-data-in-statistic.patch

Valentin Deniaud, 21 March 2022 01:59 PM

Download (879 Bytes)

View differences:

Subject: [PATCH] api: indicate possibility of future data in statistics
 (#62987)

 chrono/api/views.py | 1 +
 1 file changed, 1 insertion(+)
chrono/api/views.py
2743 2743
                        'name': _('Bookings Count'),
2744 2744
                        'url': request.build_absolute_uri(reverse('api-statistics-bookings')),
2745 2745
                        'id': 'bookings_count',
2746
                        'future_data': True,
2746 2747
                        'filters': [
2747 2748
                            {
2748 2749
                                'id': 'time_interval',
2749
-