Merge pull request #34348 from nextcloud/bugfix/34156/fix-rename-within-sharedwithyou

Fix renaming in shared with you file list
pull/34358/head
Vincent Petry 3 years ago committed by GitHub
commit 743b913f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      apps/files_sharing/js/sharedfilelist.js
  2. 4
      dist/files_sharing-files_sharing.js
  3. 2
      dist/files_sharing-files_sharing.js.map

@ -179,11 +179,6 @@
// storage info like free space / used space
},
updateRow: function($tr, fileInfo, options) {
// no-op, suppress re-rendering
return $tr
},
reload: function() {
this.showMask()
if (this._reloadCall) {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save