Umbraco.CMS.Backoffice
Umbraco.CMS.Backoffice copied to clipboard
[BUG]: Start Node is ignored in the Tree Picker property editor
Version 14.0.0-beta001
The issue Using the Tree Picker property editor, whatever is configured as start node is ignored.
To Reproduce Steps to reproduce the behavior:
- Define a DataType based on Umb.PropertyEditorUi.TreePicker | Umbraco.MultiNodeTreePicker
- Click on 'Specify Root Node'
- Select Specific Node and pick a document in the tree
- Save the datatype
- Use the new DataType in a document
- When clicking the "Choose" button, the entire content tree is displayed and any node (outside the configured start node) can be selected.