mirror of
https://github.com/nextcloud/server.git
synced 2026-05-23 10:37:27 -04:00
fix(sharing): store internal expire date when enabling
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
9c5d32f5b3
commit
5e2c837f11
1 changed files with 3 additions and 0 deletions
|
|
@ -370,6 +370,9 @@ export default {
|
|||
? this.formatDateToString(defaultExpirationDate)
|
||||
: ''
|
||||
console.debug('Expiration date status', enabled, this.share.expireDate)
|
||||
if (enabled) {
|
||||
this.queueUpdate('expireDate')
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue