-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
umbraco/Umbraco.CMS.Backoffice
#2212Description
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
14.0.0
Bug summary
MNTP with a dynamic root query doesn't work when on an element type within a block list.
umb-nested-mntp.mp4
Specifics
Some extra info:
- I've tried using both Site and Root start nodes, both fail
- The property editor has 'ignore root node' set. If it's unset, it throws a 401 as you would expect.
- It works when hand picking a specific start node
Steps to reproduce
- Create a MNTP with a dynamic root query
- Create an element type, add the MNTP as a property
- Create a Block List and add the element from (3) as an allowed element
- Create a new doc type and add two properties; the MNTP and the block list
- Create a new node in the content tree of type (4) and try to pick a node using both the MNTP and the Block List editor. The MNTP directly on the node will work, the one on the block list nested element will not.
Expected result / actual result
I would expect the MNTP on the block list nested element to resolve to the correct location.
This item has been added to our backlog AB#42341