mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-19 13:54:25 +01:00
[bug] first day of week is ignored in statistics custom filter
This commit is contained in:
parent
0045fc9e2c
commit
859544565b
@ -2,6 +2,7 @@
|
||||
|
||||
- Fix a bug: error handling on password recovery
|
||||
- Fix a bug: error handling on machine attachment upload
|
||||
- Fix a bug: first day of week is ignored in statistics custom filter
|
||||
- Refactored frontend invoices translations
|
||||
|
||||
## v2.8.1 2019 January 02
|
||||
|
@ -94,9 +94,9 @@ Application.Controllers.controller('StatisticsController', ['$scope', '$state',
|
||||
minDate: null,
|
||||
maxDate: moment().toDate(),
|
||||
options: {
|
||||
startingDay: 1
|
||||
startingDay: Fablab.weekStartingDay
|
||||
}
|
||||
} // France: the week starts on monday
|
||||
}
|
||||
};
|
||||
|
||||
// available custom filters
|
||||
|
Loading…
x
Reference in New Issue
Block a user