Hi Chris
At the moment purely through tree definitions we do not support automatically/or through configuration to adding ConsoleId to a Url.
You can register a related feature request, so it isn't forgotten and get voted.
With the existing API, you can do the following:
Implement IElementActionProvider and register the result class in /App_Data/Composite/Composite.config that for the necessary EntityToken, will return an action that will open a view with the necessary url.
You can take @burningice's Sorting package as an inspiration:
https://bitbucket.org/burningice/compositec1contrib/src/11156b90e9c5/Sorting/UrlActionTokenActionExecutor.cs#cl-15
At the moment purely through tree definitions we do not support automatically/or through configuration to adding ConsoleId to a Url.
You can register a related feature request, so it isn't forgotten and get voted.
With the existing API, you can do the following:
Implement IElementActionProvider and register the result class in /App_Data/Composite/Composite.config that for the necessary EntityToken, will return an action that will open a view with the necessary url.
You can take @burningice's Sorting package as an inspiration:
https://bitbucket.org/burningice/compositec1contrib/src/11156b90e9c5/Sorting/UrlActionTokenActionExecutor.cs#cl-15