mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #44955 from nextcloud/fix/noid/enable-expirt-not-set-link
[stable26] fix(sharing): store link expire date when enabling
This commit is contained in:
commit
8c3016731f
3 changed files with 6 additions and 3 deletions
|
|
@ -411,6 +411,9 @@ export default {
|
|||
? this.formatDateToString(defaultExpirationDate)
|
||||
: ''
|
||||
console.debug('Expiration date status', enabled, this.share.expireDate)
|
||||
if (enabled) {
|
||||
this.queueUpdate('expireDate')
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue