Merge pull request #14212 from nextcloud/backport/14035/stable15
[stable15] Fix expiration date changing
This commit is contained in:
commit
990be3b2be
|
@ -757,7 +757,7 @@
|
|||
// disabled, let's hide the input and
|
||||
// set the expireDate to nothing
|
||||
$element.closest('li').next('li').addClass('hidden');
|
||||
this.setExpirationDate('');
|
||||
this.setExpirationDate('', shareId);
|
||||
} else {
|
||||
// enabled, show the input and the datepicker
|
||||
$element.closest('li').next('li').removeClass('hidden');
|
||||
|
|
Loading…
Reference in New Issue