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:
Arthur Schiwon 2024-04-24 13:55:13 +02:00 committed by GitHub
commit 8c3016731f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View File

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

Binary file not shown.

Binary file not shown.