Merge pull request #34355 from nextcloud/backport/34348/stable24

[stable24] Fix renaming in shared with you file list
This commit is contained in:
Vincent Petry 2022-10-27 10:46:10 +02:00 committed by GitHub
commit 637a58f18f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 8 deletions

View file

@ -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