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

View File

@ -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