Closed
Description
I'm running into an issue where the table displays Invalid DateTime
for Deploy time column. I traced the issue down to this line. It seems like ember-cli-deploy-revision-data
is storing the the timestamp as an ISO date string.
I followed along in this PR and noticed the prior implementation worked with ISO strings but was later changed to deal with Date objects after someone else reported a similar "Invalid DateTime" issue. In their case they were running on the 1.x.x line of ember-cli-deploy-revision-data
(the 2.x line wasn't out yet) which might be why it worked then and is now breaking on the latest version.
I was able to fix the issue by downgrading to from 2.1.2
-> 2.1.1
Steps to Reproduce
- Install
ember-cli-deploy-revision-data@2.0.0
- Install
ember-cli-deploy-display-revisions@2.1.2
- Use the default config for both plugins
- Run a deploy and display revisions
Metadata
Metadata
Assignees
Labels
No labels