[TASK] Remove hard-coded l10n_parent fields for pages
Due to the change of the pages_language_overlay migration, a lot of hard-coded "l10n_parent" and "sys_language_uid" fields for pages have been introduced. This should be changed into a common function in DataHandler and the TCA option should be used instead. Resolves: #83013 Releases: master Change-Id: I43a33aac1015436109d1ca7b3ea200c78d2a2fb9 Reviewed-on: https://review.typo3.org/54664 Reviewed-by:Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/backend/Classes/Controller/EditDocumentController.php 4 additions, 4 deletions...ext/backend/Classes/Controller/EditDocumentController.php
- typo3/sysext/backend/Classes/Controller/PageLayoutController.php 9 additions, 7 deletions...ysext/backend/Classes/Controller/PageLayoutController.php
- typo3/sysext/backend/Classes/Form/FormDataProvider/DatabasePageLanguageOverlayRows.php 4 additions, 1 deletion...Form/FormDataProvider/DatabasePageLanguageOverlayRows.php
- typo3/sysext/backend/Classes/Form/FormDataProvider/TcaInline.php 2 additions, 2 deletions...ysext/backend/Classes/Form/FormDataProvider/TcaInline.php
- typo3/sysext/backend/Classes/RecordList/AbstractRecordList.php 5 additions, 3 deletions.../sysext/backend/Classes/RecordList/AbstractRecordList.php
- typo3/sysext/backend/Classes/View/PageLayoutView.php 9 additions, 6 deletionstypo3/sysext/backend/Classes/View/PageLayoutView.php
- typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php 1 addition, 1 deletion...core/Classes/Authentication/BackendUserAuthentication.php
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 36 additions, 40 deletionstypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/filelist/Classes/FileList.php 8 additions, 3 deletionstypo3/sysext/filelist/Classes/FileList.php
- typo3/sysext/frontend/Classes/Page/PageRepository.php 4 additions, 4 deletionstypo3/sysext/frontend/Classes/Page/PageRepository.php
- typo3/sysext/frontend/Classes/View/AdminPanelView.php 2 additions, 2 deletionstypo3/sysext/frontend/Classes/View/AdminPanelView.php
- typo3/sysext/info/Classes/Controller/TranslationStatusController.php 2 additions, 2 deletions...t/info/Classes/Controller/TranslationStatusController.php
- typo3/sysext/recordlist/Classes/RecordList.php 5 additions, 3 deletionstypo3/sysext/recordlist/Classes/RecordList.php
- typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php 7 additions, 4 deletions...sext/recordlist/Classes/RecordList/DatabaseRecordList.php
- typo3/sysext/viewpage/Classes/Controller/ViewModuleController.php 4 additions, 2 deletions...sext/viewpage/Classes/Controller/ViewModuleController.php
- typo3/sysext/workspaces/Classes/Service/WorkspaceService.php 2 additions, 2 deletionstypo3/sysext/workspaces/Classes/Service/WorkspaceService.php
Please register or sign in to comment