Merge pull request #44955 from nextcloud/fix/noid/enable-expirt-not-set-link

[stable26] fix(sharing): store link expire date when enabling
stable26
Arthur Schiwon 1 week ago committed by GitHub
commit 8c3016731f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -411,6 +411,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