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
I cannot rename ANY files in 4.0.0 When I click rename the dialog appears, but instead of the name it has only a dash in it.
After inserting any name I get this error:
Install Kirby 4.0.0 Starterkit on Apache 2 with PHP 8.1 or 8.2.12
The text was updated successfully, but these errors were encountered:
@mit-stauffer I'm sorry we missed this regression, we will try to have a patch out soon.
Until then, you should be able to fix this problem by changing the line https://github.com/getkirby/kirby/blob/main/config/areas/files/dialogs.php#L29 to
'allow' => 'a-z0-9@._-',
Sorry, something went wrong.
Fix slug field in file rename dialog
f9fd133
Fixes #6024
distantnative
Successfully merging a pull request may close this issue.
Description
I cannot rename ANY files in 4.0.0
When I click rename the dialog appears, but instead of the name it has only a dash in it.
After inserting any name I get this error:
To reproduce
Install Kirby 4.0.0 Starterkit on Apache 2 with PHP 8.1 or 8.2.12
The text was updated successfully, but these errors were encountered: