-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Description
Which Umbraco version are you using?
13.8.1
Bug summary
When a user with restricted access tries to open a content picker, a list of the nodes are not shown, however the user can search for the pages and find them that way. if the startnode in the content picker has list view enabled the user cant find the child nodes even when searching.
This bug also appears on the Multinode Treepicker
Specifics
I got a user with restricted access.
The user has access to a test page with a content picker or multinode treepicker.
That content picker/multinode treepicker has the start node parentPage and is use to select childPage, the user has access to none of these.
List view enabled on parentPage:
The user can neither see nor search for the child pages.
List view disable on parentPage:
The user cannot see a list of child pages, but is able to search for them.
Steps to reproduce
Install a clean umbraco 13.8.1
Create 3 pages.
- Test page
- ParentPage
- ChildPage
Create a content picker in testpage that with a start node of parentpage.
Setup dummy content.
Create a user role with granular permission set to only allow access to testpage.
Login to test user and try to use the content picker
Expected result / actual result
No response
This item has been added to our backlog AB#55161