mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #44900 from nextcloud/fix/42060/enable-expire-not-set
[stable26] fix(sharing): store internal expire date when enabling
This commit is contained in:
commit
d4185fe08d
3 changed files with 6 additions and 3 deletions
|
|
@ -370,6 +370,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