mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #14212 from nextcloud/backport/14035/stable15
[stable15] Fix expiration date changing
This commit is contained in:
commit
990be3b2be
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue