Merge pull request #14035 from adduxa/patch-1

Fix expiration date changing for file shared by link
pull/14005/head
Morris Jobke 7 years ago committed by GitHub
commit 34630fb717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      core/js/dist/share_backend.js
  2. 2
      core/js/dist/share_backend.js.map
  3. 2
      core/js/sharedialoglinkshareview.js

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -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…
Cancel
Save