Bug #91679
closedChange sorting of records in list module / draft workspaces breaks workspace module
100%
Description
Same as #90073, but for TYPO3 10.4
This breaks the workspace-module functionality (doesn't load properly), up the whole tree, appears when I change the sorting of records in a sys-folder in list module. This sys-folder and all ancestors produce the bug when I open the list module.
The only way to overcome this redactionally is to edit something in a sibling page/folder and do a workspace mass action there. Else you are stuck.
Files
Updated by This Mächler over 4 years ago
- Related to Bug #90073: Change sorting of records in list module / draft workspaces breaks workspace module added
Updated by This Mächler over 4 years ago
The bug seems to have a different reason as the one in TYPO3 9 (no error report in the log).
I tried to fix it the same way as last time:
typo3/sysext/workspaces/Classes/Service/GridDataService.php, line 639:
/**
* @param int*|null* $pageId
*
* @return array
*/
public function getSystemLanguages(*?*int $pageId){
...
}
But no luck (after clearing cache/op-cache/reloading browser). Still the language selection will not be loaded, no items and no chance to do a mass action (only solution: change something on a sibling page/folder and do the mass action there. All ancestor pages/folders will show the same issue).
See attached screenshot.
Updated by This Mächler over 4 years ago
- Target version deleted (
next-patchlevel) - Complexity deleted (
no-brainer)
Updated by Gerrit Code Review almost 3 years ago
- Status changed from New to Under Review
Patch set 2 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/+/72609
Updated by Gerrit Code Review almost 3 years ago
Patch set 3 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/+/72609
Updated by Gerrit Code Review almost 3 years ago
Patch set 4 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/+/72609
Updated by Benni Mack almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset fd7607ee5ff8d8c8da50218a423036158c2e9032.