Bug #35073
"Show all" in Quicksearch broken on be_users with mountpoints
| Status: | New | Start date: | 2012-03-21 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Backend User Interface | |||
| Target version: | - | |||
| TYPO3 Version: | 4.6 | Complexity: | hard | |
| PHP Version: | ||||
| Votes: | 4 (View) |
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.
History
Updated by Sascha Egerer about 1 year ago
I can confirm this issue. Version 4.5 and 4.7 are also affected