Paging any Umbraco internal code veteran. I'm tryi...
# contributing
t
Paging any Umbraco internal code veteran. I'm trying to work with this issue: https://github.com/umbraco/Umbraco-CMS/issues/13958 The problem is when creating a new node, a multinode tree picker that is using Xpath can't figure out the correct path on variables such as $current and $site, since the code is depending on the currently edited node's ID, and it has no ID, yet. Do you know if there's any common service available for injection that can be used to figure out what context your are about to create a new node in? As in, "you are working with a new fresh node and you are about to create it at this point in the hierarchy".