Skip to content

Commit f95011b

Browse files
authored
Merge pull request #59264 from nextcloud/backport/59262/stable31
[stable31] fix(files_sharing): do not prevent share creation if password is enabled but not supported by the current share type
2 parents 0931f02 + 3ba240e commit f95011b

File tree

10 files changed

+7
-8
lines changed

10 files changed

+7
-8
lines changed

apps/files_sharing/src/views/SharingDetailsTab.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,6 @@ export default {
10081008
if (this.isPasswordProtected) {
10091009
if (this.isNewShare && !this.isValidShareAttribute(this.share.newPassword)) {
10101010
this.passwordError = true
1011-
return
10121011
}
10131012
} else {
10141013
this.share.password = ''

dist/4442-4442.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/4442-4442.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/4442-4442.js.map.license

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4442-4442.js.license

dist/586-586.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/586-586.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/586-586.js.map.license

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/files_sharing-files_sharing_tab.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files_sharing-files_sharing_tab.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)