Skip to content

Commit

Permalink
Merge pull request #44955 from nextcloud/fix/noid/enable-expirt-not-s…
Browse files Browse the repository at this point in the history
…et-link

[stable26] fix(sharing): store link expire date when enabling
  • Loading branch information
blizzz authored Apr 24, 2024
2 parents d6e8ec1 + 79e3c68 commit 8c30167
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions apps/files_sharing/src/components/SharingEntryLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,9 @@ export default {
? this.formatDateToString(defaultExpirationDate)
: ''
console.debug('Expiration date status', enabled, this.share.expireDate)
if (enabled) {
this.queueUpdate('expireDate')
}
},
},
Expand Down
4 changes: 2 additions & 2 deletions dist/files_sharing-files_sharing_tab.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files_sharing-files_sharing_tab.js.map

Large diffs are not rendered by default.

0 comments on commit 8c30167

Please sign in to comment.