Bug #59900
closedFeature #62158: Iconography / Icon identity
Epic #62333: App Icons & Focussed backend Apps
Epic #62337: "Live search" App
Backend Search -> Show all respect only permissions from first user group
0%
Description
If you use the live search (right top search) in the typo3 backend and press "Show all", not all results are available in result list, if an user has multiple user groups.
Example
Page Tree
- Page A
Some Content
- Page B
Some Content
User groups
User group A -> DB Mount "Page A"
User group B -> DB Mount "Page B"
Scenario A
User
Editor X has User group A and User group B
Search for "Some Content" and press "Show All"
Only "Page A - Some Content" is visible in result
Scenario B (Switch order of user groups)
User
Editor X has User group B and User group A
Search for "Some Content" and press "Show All"
Only "Page B - Some Content" is visible in result
Both results should be visible in search result, becouse Editor X has permissions for both pages. At the moment, only the first user group is respected.
The live search autocomplete works correct and show both results.
Files