Actions
Bug #25603
closedModule -> List + "List only this table" search porblems
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-03-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Imagine you have e.g. far more than 100 fe-user records.
It does not depend on fe_user, this is only by example.
in Listview mode "List only this table" start browsing to page to page e.g. 2 (yes we have lots of records!), and now search for a record (you know it exists).
It seems that you will get no result.
Reason (guess, not sure!): the internal pointer for the page-browser is set to 2, but the result records (1) would be on page 1.
If my assumption is true, with sending a search-request, the internal pointer should be reset to 0.
Tested with V4.4 and V4.5
Actions