mirror of
https://github.com/nextcloud/server.git
synced 2026-03-01 21:10:36 -05: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> |
||
|---|---|---|
| .. | ||
| appSpec.js | ||
| breadcrumbSpec.js | ||
| detailsviewSpec.js | ||
| favoritesfilelistspec.js | ||
| favoritespluginspec.js | ||
| fileactionsmenuSpec.js | ||
| fileactionsSpec.js | ||
| filelistSpec.js | ||
| filesSpec.js | ||
| filesummarySpec.js | ||
| fileUploadSpec.js | ||
| mainfileinfodetailviewSpec.js | ||
| newfilemenuSpec.js | ||
| tagspluginspec.js | ||