Bug #82086
closedFrontend Preview Mode And Missing Inline Elements in Workspace
100%
Description
Description: The frontend preview in workspace mode does not show content elements that have inline records which are disabled in default language and enabled in translated version. The live workspace is working properly.
Further information: I found out that whenever a repository query iterates through the selected rows, it will execute the function getObjectDataByQuery defined in \TYPO3\CMS\Extbase\Persistence\Generic\Storage\Typo3DbBackend. Inside that function, it processes the language and workspace overlays and the workspace related things such as placeholders, etc.(function doLanguageAndWorkspaceOverlay). Finally, inside a for loop (in the same function), it will set the versioning preview overlay (PageRepository::versionOL) and which returns the $overlaidRows with inline records which are only enabled in the default language.
Updated by Gerrit Code Review over 3 years ago
- Status changed from New to Under Review
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68913
Updated by Gerrit Code Review over 3 years ago
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68913
Updated by Gerrit Code Review over 3 years ago
Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68913
Updated by Gerrit Code Review over 3 years ago
Patch set 12 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68913
Updated by Gerrit Code Review over 3 years ago
Patch set 13 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68913
Updated by Gerrit Code Review over 3 years ago
Patch set 14 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68913
Updated by Gerrit Code Review over 3 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70215
Updated by Benni Mack over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a1f22a427f3bc49ab3fc3424859a7e2d7beaa1c9.
Updated by Benni Mack almost 3 years ago
- Related to Bug #77513: Relation handler workspace bug for types different to inline added
Updated by Benni Mack about 2 years ago
- Related to Bug #89456: Translations of IRRE Extbase Records in Workspaces not saved added
Updated by Benni Mack 6 days ago
- Related to Bug #99244: DataMapper uses a lot of memory when retrieving MM-relations in workspaces added