Actions
Bug #20207
closed"Last Published" date on "Content Views" page does not get update when publish new version of view
Difficulty:
trivial
Triaged:
Bugzilla link:
Pull request:
Description
Description of problem:
For a content view, when new version is published a content view version is added and it shows content view version with proper date but content view main page doesn't get updated.
Version-Release number of selected component (if applicable):
6.2.9
How reproducible:
Steps to Reproduce:
1. Publish multiple version of the content view
2. Go to the content view listing page
3. See 'Published date', this might have older published date
Actual results:
It shows older 'Published Date'
Expected results:
It should show recent published date
Additional info:
Checked the db, Content view table gets updated on content view publishing, but the data is fetched from versions table but its not sorted
Actions