Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi everyone,
I've created new tree section and I have a code:
nodes.Add(CreateTreeNode(id + "AccountExecutives", id, queryStrings, "Account Executives", "icon-umb-members", "test/test/grid/accountExecutives?userType=2")));
When I reference a link in the tree, I see a normal URL, but when I go over this link I see the following URL: http://test/umbraco/#/test/test/grid/accountExecutives%3FuserType=2
Because of this, the object $routeParams returns incorrect data
{section: "test", tree: "test", method: "grid", id: "productPostcodes?userType=1"}
and had to return
{userType: "2", section: "test", tree: "test", method: "grid", id: "productPostcodes"}
How to fix it?
Thanks,
Vitaly.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Why characters in the url encoded
Hi everyone,
I've created new tree section and I have a code:
When I reference a link in the tree, I see a normal URL, but when I go over this link I see the following URL: http://test/umbraco/#/test/test/grid/accountExecutives%3FuserType=2
Because of this, the object $routeParams returns incorrect data
and had to return
How to fix it?
Thanks,
Vitaly.
is working on a reply...