Bug #35073
closed"Show all" in Quicksearch broken on be_users with mountpoints
100%
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.
Updated by Sascha Egerer over 12 years ago
I can confirm this issue. Version 4.5 and 4.7 are also affected
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23895
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23895
Updated by Gerrit Code Review about 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23895
Updated by Gerrit Code Review about 11 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23895
Updated by Gerrit Code Review about 11 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23895
Updated by Georg Ringer about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ff63d94ce615b2c87b634121f1b74433bb2f6fd0.
Updated by Gerrit Code Review about 11 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/24886
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/24886
Updated by Gerrit Code Review about 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/24887
Updated by Georg Ringer about 11 years ago
- Status changed from Under Review to Resolved
Applied in changeset 8c21be4ec7eb029ff64b2924a32095d12d1102ee.