How to redirect to another content node wihout navigating the tree?
Hi,
In my content tree (umbraco 7) i have nodes with property 'relationNodeId' (content picker) that points to other nodes. When i click on that nodes i want to show the edit view of the node where the relation property points to. I can do that by changing the route for nodes in the content tree.
But the problem is, when i click on the node with property 'relationNodeId' the redirect goes well (the edit page of the related node was shown), but the tree navigates to to the other node as well. I dont want that.'
Is it possible to avoid that the tree is navigating as well?
How to redirect to another content node wihout navigating the tree?
Hi,
In my content tree (umbraco 7) i have nodes with property 'relationNodeId' (content picker) that points to other nodes. When i click on that nodes i want to show the edit view of the node where the relation property points to. I can do that by changing the route for nodes in the content tree.
But the problem is, when i click on the node with property 'relationNodeId' the redirect goes well (the edit page of the related node was shown), but the tree navigates to to the other node as well. I dont want that.'
Is it possible to avoid that the tree is navigating as well?
is working on a reply...