Actions
Bug #35073
closed"Show all" in Quicksearch broken on be_users with mountpoints
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2012-03-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
hard
Is Regression:
Sprint Focus:
Description
Hey there,
if you as a backend_user (nonadmin) with lets say 2 db-mountpoints use the quicksearch everything is fine. But if you click on "Show all" you get a very strange behaviour. You only get results from the latest db-mountpoint set.
This is because the Web_List Modul which is called there, is not capable of taking more than one ID as argument. Furthermore the generated URL is not correct. E.g. if you assigned the PIDs 2 and 3 as Mountpoints of the user, the called URL is:
typo3/mod.php?M=web_list&id=2&id=3&search_levels=4&search_field=searchstring
As you can see, the id is given twice &id=2&id=3
to the list view - so the results only show items from the last Mountpoint given.
Actions