Skip to content

Commit 02d07e1

Browse files
authored
Merge pull request #34354 from nextcloud/backport/34348/stable25
[stable25] Fix renaming in shared with you file list
2 parents ffecfc6 + cae61e0 commit 02d07e1

3 files changed

Lines changed: 3 additions & 8 deletions

File tree

apps/files_sharing/js/sharedfilelist.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,6 @@
179179
// storage info like free space / used space
180180
},
181181

182-
updateRow: function($tr, fileInfo, options) {
183-
// no-op, suppress re-rendering
184-
return $tr
185-
},
186-
187182
reload: function() {
188183
this.showMask()
189184
if (this._reloadCall) {

0 commit comments

Comments
 (0)