Actions
Bug #25727
openLocale issue: date picker should be in yyyy/MM/dd in group criteria
Status:
Pending release
Priority:
1 (highest)
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
Trivial - no functional impact | cosmetic
UX impact:
It bothers me each time
User visibility:
First impressions of Rudder
Effort required:
Very Small
Priority:
150
Name check:
To do
Fix check:
Error - Fixed
Regression:
No
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
Updated by Clark ANDRIANASOLO about 1 month ago
- Related to Bug #23671: Locale issue: date picker outputs date in wrong order added
Updated by Vincent MEMBRÉ 15 days ago
- Target version changed from 8.1.8 to 8.1.9
Updated by François ARMAND 8 days 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 8 days 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 4 days ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|570130ae321b4c5ac78c0b6ef2e5693eba66204e.
Updated by François ARMAND about 23 hours 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 4 hours ago
- Fix check changed from Error - Blocking to Error - Fixed
Actions