Bug #55314
closedTableListViewHelper - pagination moves to List module
100%
Description
Fluid offers experimental TableListViewHelper. For simple use in backend modules it works fine except that the pagination moves user from selected backend module to List module. I think pagination should work "inside" current module without redirecting to List.
Files
Updated by Marcin Sągol almost 11 years ago
In /typo3/sysext/recordlist/Classes/RecordList/AbstractDatabaseRecordList.php we have function listURL() and there is hardcoded module name/id:
return BackendUtility::getModuleUrl('web_list', $urlParameters);
This module ID should by dynamic and points to current active module or configurable.
Extbase modules also require action and controller and this values should be also included in $urlParameters
Updated by Gerrit Code Review almost 11 years ago
- Status changed from New 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/27049
Updated by Gerrit Code Review almost 11 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27049
Updated by Gerrit Code Review almost 11 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27049
Updated by Gerrit Code Review almost 11 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27049
Updated by Gerrit Code Review almost 11 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27049
Updated by Markus Klein almost 11 years ago
Updated by Gerrit Code Review over 10 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27049
Updated by Anonymous over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 344c6cc493d705fd687bc760e4d95229d45d549a.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed