Actions
Bug #15943
closedDate handling in API Token Creation is broken
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
I created a token at 12:03, so default expiration date is 12:03 - but it is inputed as 12:3
Will saving, it is refused as invalid date
Files
Updated by Nicolas CHARLES about 5 years ago
- Related to Bug #15896: Normalize datetime format to ISO8601/rfc3339 added
Updated by Nicolas CHARLES about 5 years ago
ok, every date are invalid, even
2019-11-14 01:05
Updated by Nicolas CHARLES about 5 years ago
- Subject changed from Date handling in API Token Creation is annoying to Date handling in API Token Creation is broken
Updated by Nicolas CHARLES about 5 years ago
log show:
[2019-10-14 10:21:56+0000] ERROR com.normation.rudder.rest.RestUtils - "Could not create account cause : Invalid format: \"2019-11-14 02:04\" is malformed at \" 02:04\""
the parseDate now expect ISODate rather than user interface date
Updated by Vincent MEMBRÉ about 5 years ago
- Target version changed from 6.0.0~beta1 to 6.0.0
Updated by François ARMAND about 5 years ago
- Target version changed from 6.0.0 to 6.0.0~beta1
Updated by Raphael GAUTHIER about 5 years ago
- Status changed from New to In progress
- Assignee set to Raphael GAUTHIER
Updated by François ARMAND about 5 years ago
- Assignee changed from Raphael GAUTHIER to Elaad FURREEDAN
Updated by Vincent MEMBRÉ about 5 years ago
- Assignee changed from Elaad FURREEDAN to Vincent MEMBRÉ
Updated by Vincent MEMBRÉ about 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder/pull/2567
Updated by Vincent MEMBRÉ about 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|2aed456c81209d266466c8da479faed1a47f16ee.
Updated by Vincent MEMBRÉ about 5 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.0.0~beta1 which was released today.
Actions