Skip to content

Commit 1a2d36a

Browse files
authored
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
2 parents 60d71a9 + 1bbceea commit 1a2d36a

10 files changed

Lines changed: 7 additions & 8 deletions

apps/files_sharing/src/views/SharingDetailsTab.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,6 @@ export default {
10931093
if (this.isPasswordProtected) {
10941094
if (this.isNewShare && !this.isValidShareAttribute(this.share.newPassword)) {
10951095
this.passwordError = true
1096-
return
10971096
}
10981097
} else {
10991098
this.share.password = ''

dist/3308-3308.js

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

dist/3308-3308.js.map

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

dist/3308-3308.js.map.license

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

dist/7186-7186.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/7186-7186.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/7186-7186.js.map.license

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

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)