Merge pull request #44900 from nextcloud/fix/42060/enable-expire-not-set

[stable26] fix(sharing): store internal expire date when enabling
pull/44955/head
Arthur Schiwon 1 month ago committed by GitHub
commit d4185fe08d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -370,6 +370,9 @@ export default {
? this.formatDateToString(defaultExpirationDate)
: ''
console.debug('Expiration date status', enabled, this.share.expireDate)
if (enabled) {
this.queueUpdate('expireDate')
}
},
},

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save