-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot view table with special characters #324
Comments
The issue only happens with " " (space) characters in the resource name. Other special characters work fine. In this case, react admin cannot map the browser route to the resource. Just tested with the latest version of react-admin (4.16.11). The behaviour changed but was still buggy. Asked in the RA admin discord of there were any rules for choosing / escaping resource names |
postpone RA update maybe replace table names containing space with _ |
we should remove the upload special handling once the underlying RA issue is fixed |
react admin behaves as follows w.r.t. special characters in resource names:
|
RA useCreatePath:
|
test code
|
TODO still: special handling for tables that have # in their resource name
|
No description provided.
The text was updated successfully, but these errors were encountered: