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
Updated by Steffen Mächtel over 10 years ago
- File ScenarioA.png ScenarioA.png added
- File ScenarioB.png ScenarioB.png added
Updated by Mathias Schreiber almost 10 years ago
- Target version changed from next-patchlevel to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Susanne Moog over 4 years ago
- Status changed from New to Closed
This has probably been fixed when the search results page was more closely bound to the list module. I just checked it in a current TYPO3 version and I get all the results independent of the order of the user groups.