Merge pull request #59267 from nextcloud/backport/59262/master

fix(files_sharing): do not prevent share creation if password is enabled but not supported by the current share type
This commit is contained in:
Git'Fellow 2026-04-02 17:35:23 +02:00 committed by GitHub
commit 1a2d36af39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 7 additions and 8 deletions

View file

@ -1093,7 +1093,6 @@ export default {
if (this.isPasswordProtected) {
if (this.isNewShare && !this.isValidShareAttribute(this.share.newPassword)) {
this.passwordError = true
return
}
} else {
this.share.password = ''

2
dist/3308-3308.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1 +0,0 @@
3308-3308.js.license

2
dist/7186-7186.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/7186-7186.js.map vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/7186-7186.js.map.license vendored Symbolic link
View file

@ -0,0 +1 @@
7186-7186.js.license

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long