Bug #25727
closedLocale issue: date picker should be in yyyy/MM/dd in group criteria
Description
Instead of current dd/MM/yyyy the format of date should be yyyy/MM/dd (e.g. for querying last date inventory) because in the nodes tables the inventory date is displayed at ISO8601 format so it is easier to compare
A change of the specification from #23671.
EDIT : yyyy/MM/dd
is a supported format on the frontend but it will not be supported in the backend, see the child issue #25934.
Soooo, yyyy-MM-dd
is now the main format !
Updated by Clark ANDRIANASOLO 2 months ago
- Related to Bug #23671: Locale issue: date picker outputs date in wrong order added
Updated by Vincent MEMBRÉ about 1 month ago
- Target version changed from 8.1.8 to 8.1.9
Updated by Elaad FURREEDAN about 1 month ago
- Priority changed from 5 (lowest) to 3
Updated by Nicolas CHARLES about 1 month ago
- Priority changed from 3 to To review
Updated by François ARMAND about 1 month ago
- Assignee set to Clark ANDRIANASOLO
- Priority changed from To review to 1 (highest)
The API should be adapted too, with a backward compatibility (ie first, test YYYY/..., and if it doesn't work test .../YYYY).
Updated by Clark ANDRIANASOLO about 1 month ago
- Status changed from New to In progress
Updated by Clark ANDRIANASOLO about 1 month ago
- Status changed from In progress to Pending technical review
- Assignee changed from Clark ANDRIANASOLO to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/6017
Updated by Clark ANDRIANASOLO about 1 month ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|570130ae321b4c5ac78c0b6ef2e5693eba66204e.
Updated by François ARMAND about 1 month ago
- Fix check changed from To do to Error - Blocking
It looks that the search does not work anymore with that change (perhaps it was broken before, but it's blocking)
Updated by Vincent MEMBRÉ about 1 month ago
- Fix check changed from Error - Blocking to Error - Fixed
Updated by Vincent MEMBRÉ 24 days ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 8.1.9 and 8.2.2 which were released today.