mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
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:
commit
1a2d36af39
10 changed files with 7 additions and 8 deletions
|
|
@ -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
2
dist/3308-3308.js
vendored
File diff suppressed because one or more lines are too long
1
dist/3308-3308.js.map
vendored
1
dist/3308-3308.js.map
vendored
File diff suppressed because one or more lines are too long
1
dist/3308-3308.js.map.license
vendored
1
dist/3308-3308.js.map.license
vendored
|
|
@ -1 +0,0 @@
|
|||
3308-3308.js.license
|
||||
2
dist/7186-7186.js
vendored
Normal file
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
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
1
dist/7186-7186.js.map.license
vendored
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
7186-7186.js.license
|
||||
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue