Actions
Bug #25674
openDate formatting does not actually work as intended on many Katello Pages
Status:
New
Priority:
Normal
Assignee:
-
Category:
Web UI
Target version:
-
Description
The Angular date formatting we use on several pages {{date | format}} does not work as expected.(Possibly since we pass date in non-ISOd ate string format from our API)
Ex: Content View > Versions > Status column ({{ version.last_event.created_at | date:'short' }}) which should ideally show dates in 'M/d/yy h:mm a' format. Screenshot attached for what we see today.
Files
Updated by Samir Jha over 6 years ago
This affects several pages across the katello UI. Thankfully for us, angular returns the input as-is if the input to date format filter is not recognized as date.
Updated by Jonathon Turel over 6 years ago
- Target version set to Katello Backlog
- Triaged changed from No to Yes
May be addressed by https://projects.theforeman.org/issues/21045
Actions