Project

General

Profile

Actions

Bug #55314

closed

TableListViewHelper - pagination moves to List module

Added by Marcin Sągol over 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
Start date:
2014-01-24
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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

soee_test_tablelist_vh.zip (645 KB) soee_test_tablelist_vh.zip Test Extension (don't forget to add static TS template) Markus Klein, 2014-02-05 19:37

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #58257: Not possible to close just localized recordClosed2014-04-27

Actions
Actions #1

Updated by Marcin Sągol over 10 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

Actions #2

Updated by Gerrit Code Review over 10 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

Actions #3

Updated by Gerrit Code Review over 10 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

Actions #4

Updated by Gerrit Code Review over 10 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

Actions #5

Updated by Gerrit Code Review over 10 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

Actions #6

Updated by Gerrit Code Review over 10 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

Actions #8

Updated by Gerrit Code Review about 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

Actions #9

Updated by Anonymous about 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #10

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF