-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Description
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
15
Bug summary
In the “ContentPicker”, allowed types of items can be defined. This is also supported during content selection. However, when search is used, all types from the entire content are displayed, including types not explicitly defined in the definition. Unfortunately, selections can also be saved, which leads to factually inconsistent connections.
Specifics
No response
Steps to reproduce
In Settings create a new DocumentType with a field of type "ContentPicker". In the Configuration of the “ContentPicker” allow only one type of items. Create a new Content of the type of the new “DocumentType” in the field of ContentPicker start a search and see the result. After searching, types to select are also offered that do not match only the allowed type.
Expected result / actual result
The “ContentPicker” returns only the allowed defined types.