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
Since Version 8.5.7 (39535) on MacOS, when we try to duplicate a file, it gives as usual a name xxx (yyyy-mm-dd hh:ii:ss).ext . Can't valid it.
It seems that ":" is not accepted anymore in filename.
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
Regression from #14264.
Might want to change the template, as ":" might be invalid on macOS and Windows: docs
Fix #14413.
b473612
Merge pull request #14437 from iterate-ch/bugfix/GH-14413
03df6b4
dkocher
Successfully merging a pull request may close this issue.
Since Version 8.5.7 (39535) on MacOS, when we try to duplicate a file, it gives as usual a name xxx (yyyy-mm-dd hh:ii:ss).ext . Can't valid it.
It seems that ":" is not accepted anymore in filename.
The text was updated successfully, but these errors were encountered: