Skip to content

Commit 4c7c803

Browse files
authored
Merge pull request #59263 from nextcloud/backport/59262/stable33
[stable33] fix(files_sharing): do not prevent share creation if password is enabled but not supported by the current share type
2 parents d74b68c + 1cca3af commit 4c7c803

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

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

dist/9809-9809.js

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

dist/9809-9809.js.map

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

dist/9809-9809.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)