mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
"FileList._updateDetailsView" expects either a file name (as a string) or a file model (as an "OCA.File.FileInfoModel"), but when called through "updateInList" an "OC.Files.FileInfo" object was given instead. As the given attribute was not a model "_updateDetailsView" treated it as a file name and tried to get the model for that file, which failed and caused the details view to be emptied. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> |
||
|---|---|---|
| .. | ||
| templates | ||
| admin.js | ||
| app.js | ||
| breadcrumb.js | ||
| detailfileinfoview.js | ||
| detailsview.js | ||
| detailtabview.js | ||
| favoritesfilelist.js | ||
| favoritesplugin.js | ||
| file-upload.js | ||
| fileactions.js | ||
| fileactionsmenu.js | ||
| fileinfomodel.js | ||
| filelist.js | ||
| files.js | ||
| filesummary.js | ||
| gotoplugin.js | ||
| jquery-visibility.js | ||
| jquery.fileupload.js | ||
| keyboardshortcuts.js | ||
| mainfileinfodetailview.js | ||
| merged-index.json | ||
| navigation.js | ||
| newfilemenu.js | ||
| recentfilelist.js | ||
| recentplugin.js | ||
| search.js | ||
| sidebarpreviewmanager.js | ||
| sidebarpreviewtext.js | ||
| tagsplugin.js | ||
| upload.js | ||