Actions
Bug #12055
closedPublishing a page does not update the new page tree
Start date:
2011-01-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When a page is published from a workspace, the new page tree is not updated. The style of the published page(s) needs to be changed in order to reflect the fact that they are live.
Files
Updated by Tolleiv Nietsch almost 14 years ago
- Status changed from New to Accepted
- Target version set to 4.5 RC1
Updated by Susanne Moog almost 14 years ago
- File pagetreeReload.diff pagetreeReload.diff added
Something along the lines of the attached patch should fix this issue.
I have inserted the tree reload in all three places that change the stage of a record though strictly speaking it should not be necessary for the prev action. However that we have three very similar functions doing nearly the same thing smells like "refactoring needed" anyway ;)
For the future it would be nice if we could provide a possibility to add state indicators to the pagetree (like colors or whatever) for extension authors if not the core. (these are random thoughts ;))
Updated by Susanne Moog almost 14 years ago
- File 12055_v2.diff 12055_v2.diff added
Updated by Tolleiv Nietsch almost 14 years ago
- Status changed from Accepted to Under Review
Updated by Susanne Moog almost 14 years ago
- Status changed from Under Review to Resolved
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
- Target version deleted (
4.5 RC1)
Actions