Bug #77744
closedIncorrect elements are shown in backend in a workspace
100%
Description
When you change an element in a workspace, the backend PageLayoutView still shows the live-element instead of the workspace element.
Steps to reproduce:
1. install workspace extension and create a workspace
2. create an element in live-worksapce
3. Change title of element in draft workspace.
4. column-view still shows the live-title instead of workspace-title of the element.
This bug was introduced with ff8499cece24ee6739796427f34d0a0bf8b05d95, it works correctly with the commit before.
Updated by Robert Vock about 8 years ago
In the commit, where it still worked, getResult was called on the resultset:
https://github.com/TYPO3/TYPO3.CMS/blob/ff4a0a09ecd6a756b9c9bad55748c58ce1ae7296/typo3/sysext/backend/Classes/View/PageLayoutView.php#L1158
This was removed when changing to doctrine:
https://github.com/TYPO3/TYPO3.CMS/blob/bd121574f500948bd1463b3516bae4141c24e8f2/typo3/sysext/backend/Classes/View/PageLayoutView.php#L1175
Now getResult is never called.
Updated by Wouter Wolters about 8 years ago
- Status changed from New to In Progress
- Assignee set to Wouter Wolters
Updated by Gerrit Code Review about 8 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49712
Updated by Wouter Wolters about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2be25872f6b8e342ef9a52bba985a94c3bbc9aa7.