Skip to content

Commit d72a52e

Browse files
authored
Merge pull request #44194 from nextcloud/backport/44184/stable28
[stable28] fix: No password set for new mail shares
2 parents ebf9e0d + 3a303c5 commit d72a52e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

apps/files_sharing/src/views/SharingDetailsTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ export default {
708708
709709
if (this.isNewShare) {
710710
if (this.isPasswordEnforced && this.isPublicShare) {
711-
this.share.newPassword = await GeneratePassword()
711+
this.$set(this.share, 'newPassword', await GeneratePassword())
712712
this.advancedSectionAccordionExpanded = true
713713
}
714714
/* Set default expiration dates if configured */

dist/598-598.js

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

dist/598-598.js.map

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

dist/8284-8284.js

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

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