Hi
I have a problem with friendly URLs when logged in as editor (in 4.61 and 4.62).
Depending on how I have browsed to a page, links are some times shown as
.../page1/page2/?id=123 and the they wont show in the view tab (can still go to edit tab and edit)
other times it is shown as
.../page1/page2/ which I intended they should look like.
The links are generated by the same usercontrol, using
Container.CurrentPage.LinkURL
Seems like the problem occurs when clicking a page in the pageTree...
Any ideas?
.../page1/page2/?id=123
and the they wont show in the view tab (can still go to edit tab and edit) other times it is shown as.../page1/page2/
which I intended they should look like. The links are generated by the same usercontrol, usingContainer.CurrentPage.LinkURL
Seems like the problem occurs when clicking a page in the pageTree... Any ideas?