Hi
After updating to the latest frappe version i.e 14.13.0 & Erpnext 14.4.0, I am facing an issue of broken navigation from list view to the record page.
Upon investigation I realize that all my records have primary ids with character “/” in them which are not effective masked to ascii “%2F” when being input in the URL, thus breaking navigation.
eg:
current url:
https://www.xyz.com/app/journal-entry/JE/2223/0271
masked:
https://www.xyz.com/app/journal-entry/JE%2F2223%2F0271
Can anyone plz guide me as to how I correct this. As this is a breaking the system- any help on this be most appreciated.
Thanks
Nitin