Umbraco version: 15.3.1
Edit: On reviewing the Umbraco github, this may be a bug.
I have a content picker data type, whose root I would like to define as an ancestor of a given type relative to the current node. Umbraco appears to have built-in functionality to allow this, but no matter how I configure it, the picker always starts at the site root instead of the one being specified.
Regardless of whether I use nearest ancestor of given type on the parent, or configure the picker to use a specific node, the tree view always starts at the very top of the content tree. Am I correct in believing this is functionality that Umbraco offers, and if so, how is it achieved?