- Issue created by @EthanT
When revisions are published at a later date than they are created, we are seeing the original creation date on the revisions page showing as the publish date.
1. Create a draft revision.
2. Publish at a later date.
3. Revisions shows as published on creation date
Instead of $revision->getRevisionCreationTime() in RevisionOverviewForm being used to get the revision timestamp, use $revision->getChangedTime()
Active
1.8
Code