You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What you were expecting:
I have an entity with string Id that has a space in it. When I navigate to Edit view with TabbedForm I expect to see working tabbed form and first tab is opened by default.
What happened instead:
No tabs are rendered.
Steps to reproduce:
Related code:
I digged into the RA source code and found out, that TabbedFormView uses raw location.pathname to match with tab path. Obviously, spaces in URL are converted to %20 strings.
What you were expecting:
I have an entity with string Id that has a space in it. When I navigate to Edit view with
TabbedForm
I expect to see working tabbed form and first tab is opened by default.What happened instead:
No tabs are rendered.
Steps to reproduce:
Related code:
I digged into the RA source code and found out, that TabbedFormView uses raw
location.pathname
to match with tab path. Obviously, spaces in URL are converted to %20 strings.Environment
The text was updated successfully, but these errors were encountered: