-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Can not create folders with a unique name when not having update permissions #41260
Comments
Suggestion:
we open a modal to request the name instead of creating before and renaming |
While this in't good from a UX perspective, due to the lack of Update permissions, Nextcloud is technically behaving "correctly" here, I suppose? Did the behavior change with NC 28? |
The backend yes. The frontend needs to adapt and should only send the MKDIR/PUT request once the user had the chance to give the folder/file name
Yes, its a regression from Files2vue migration, immediatelly creating the folder/file as "New folder" instead of taking user input. |
cc @nextcloud/files |
Steps
read+create
permissionsNew folder
gets created and due to lack of update permissions you can not rename it:The text was updated successfully, but these errors were encountered: