diff options
author | Vincent Petry <vincent@nextcloud.com> | 2022-09-30 15:39:30 +0200 |
---|---|---|
committer | Vincent Petry <vincent@nextcloud.com> | 2022-09-30 15:39:30 +0200 |
commit | d7e94a8ffb52e69016e4741e48c3e5d128087cef (patch) | |
tree | 356d72ab52cea306e3a8d2e0589860c2564d4957 /apps | |
parent | 534fbd83e3c20f1d52c826e5ac4a80d44f4f6be8 (diff) | |
download | nextcloud-server-d7e94a8ffb52e69016e4741e48c3e5d128087cef.tar.gz nextcloud-server-d7e94a8ffb52e69016e4741e48c3e5d128087cef.zip |
Fix renaming in shared with you file list
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/js/sharedfilelist.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/files_sharing/js/sharedfilelist.js b/apps/files_sharing/js/sharedfilelist.js index 7d7e91dd965..c15372eb3b3 100644 --- a/apps/files_sharing/js/sharedfilelist.js +++ b/apps/files_sharing/js/sharedfilelist.js @@ -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) { |