-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Hello,
It's taken me a few weeks to come back to this but following on from #181 we've encountered a further issue. Seems I only did affirmative testing against the previous issues raised rather than further regression testing.
We've found that the link in the name column of the registers is 404'ing due to the URL encoding of the register/entity path. For example, https://mywebsite.com/_my-register is becoming https://mywebsite.com/%2F_my-register, or https://mywebsite.com/my-register/_sub-register is becoming https://mywebsite.com/%2Fmy-register%2Fsub-register
I'm uncertain if this is something caused by our template customisations or whether this occurs in the standard templates. Could anyone confirm that version 2.3.14 is working (or not working) as expected?