Hello!
I set url’s in menu, for example:
'<href><![CDATA[index.php?r=docs/inventory]]></href>'
and when I clicked on it I get encoded url in browser:
index.php?r=docs%2Finventory
Is there way to fix it? I.e. I want to see
index.php?r=docs/inventory
in browser’s url input