[BUGFIX] Align new page module behavior with PageLayoutView
This fixes some missing or faulty checks related to the display and behaviour of the fluid based page module to bring it into alignment with the old PageLayoutView. * Correctly consider localization TSConfig settings * Add checks for content-editing allowed for user * Add check for presence of untranslated records * Pass all variables to record header/footer partial * Do not link preview content if user has no content edit access Resolves: #90559 Resolves: #90605 Related: #90608 Releases: master Change-Id: Ie2f200a280f60ed08b5850ead81644ee52508c1a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63615 Tested-by:Oliver Bartsch <bo@cedev.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
Showing
- typo3/sysext/backend/Classes/Preview/StandardContentPreviewRenderer.php 2 additions, 1 deletion...ackend/Classes/Preview/StandardContentPreviewRenderer.php
- typo3/sysext/backend/Classes/View/BackendLayout/BackendLayout.php 1 addition, 6 deletions...sext/backend/Classes/View/BackendLayout/BackendLayout.php
- typo3/sysext/backend/Classes/View/BackendLayout/ContentFetcher.php 14 additions, 0 deletions...ext/backend/Classes/View/BackendLayout/ContentFetcher.php
- typo3/sysext/backend/Classes/View/BackendLayout/Grid/LanguageColumn.php 6 additions, 56 deletions...ackend/Classes/View/BackendLayout/Grid/LanguageColumn.php
- typo3/sysext/backend/Classes/View/Drawing/BackendLayoutRenderer.php 1 addition, 0 deletions...xt/backend/Classes/View/Drawing/BackendLayoutRenderer.php
- typo3/sysext/backend/Resources/Private/Partials/PageLayout/Grid/Column.html 2 additions, 2 deletions...nd/Resources/Private/Partials/PageLayout/Grid/Column.html
- typo3/sysext/backend/Resources/Private/Partials/PageLayout/LanguageColumns.html 1 addition, 1 deletion...esources/Private/Partials/PageLayout/LanguageColumns.html
- typo3/sysext/backend/Resources/Private/Partials/PageLayout/Record.html 3 additions, 3 deletions...backend/Resources/Private/Partials/PageLayout/Record.html
- typo3/sysext/backend/Resources/Private/Partials/PageLayout/Record/Header.html 2 additions, 2 deletions.../Resources/Private/Partials/PageLayout/Record/Header.html
Please register or sign in to comment