I need a bit of help to understand how the property RoutePath on a TreeNode is working. I would like to set a route to my backoffice where I show a list instead of the edit view. I have tried a lot off diffrent values, and all are either not found (404) or I get redirected to the frontpage of the backoffice?
What should I use as RoutePath if I would like to show a view from App_Plugins/Trapholt/backoffice/CuratorTree/list.html
This one is looking in "views/Trapholt/CuratorTree.html":
Adding another RoutePath to a TreeNode
Hi all!
I need a bit of help to understand how the property RoutePath on a TreeNode is working. I would like to set a route to my backoffice where I show a list instead of the edit view. I have tried a lot off diffrent values, and all are either not found (404) or I get redirected to the frontpage of the backoffice?
What should I use as RoutePath if I would like to show a view from App_Plugins/Trapholt/backoffice/CuratorTree/list.html
This one is looking in "views/Trapholt/CuratorTree.html":
node.RoutePath = "Trapholt/CuratorTree/list.html";
Any help fixing this minor misunderstanding will be appreciated
Bump.
Having the same question. How can I use a custom route instead of the edit view?
Thanks!
is working on a reply...