We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On windows I get an object not found error when attempting to create/edit users/groups/permission, while listing works. The trouble is in the URL.
This is the listing URL: /admin/model/KraftHaus%255CBauhausUser%255CUser And this is the generated one: /admin/model/KraftHaus%5CBauhausUser%5CUser/1
The difference is that instead of %255C the generated url uses %5C for the same character, when I swap them in the generated url it works as intended.
Tested on a fresh install running on XAMP, with only 1 user added through the CLI.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On windows I get an object not found error when attempting to create/edit users/groups/permission, while listing works. The trouble is in the URL.
This is the listing URL: /admin/model/KraftHaus%255CBauhausUser%255CUser
And this is the generated one: /admin/model/KraftHaus%5CBauhausUser%5CUser/1
The difference is that instead of %255C the generated url uses %5C for the same character, when I swap them in the generated url it works as intended.
Tested on a fresh install running on XAMP, with only 1 user added through the CLI.
The text was updated successfully, but these errors were encountered: