nextcloud/apps/files/tests/js
Daniel Calviño Sánchez f29c1cf13a Fix empty details view after renaming a file
"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>
2018-01-11 02:47:11 +01:00
..
appSpec.js Trigger events before and after a file action is executed 2017-12-19 18:33:34 +01:00
breadcrumbSpec.js Fixed breadcrumbs tests 2017-12-21 16:22:54 +01:00
detailsviewSpec.js Make possible to know the registered detail views in a details view 2017-06-09 03:14:23 +02:00
favoritesfilelistspec.js Make it possible to filter by tags with REPORT method 2016-10-19 11:06:29 +02:00
favoritespluginspec.js Added unit tests for right sidebar 2015-08-07 01:22:43 +02:00
fileUploadSpec.js Upload autorename on client side 2016-11-02 22:15:03 +01:00
fileactionsSpec.js Trigger events before and after a file action is executed 2017-12-19 18:33:34 +01:00
fileactionsmenuSpec.js Add support to FileActionsMenu for icon class functions 2017-10-19 01:46:13 +02:00
filelistSpec.js Fix empty details view after renaming a file 2018-01-11 02:47:11 +01:00
filesSpec.js Add ignore_files to config, 2017-03-20 01:17:12 -06:00
filesummarySpec.js Display number of hidden files in files summary (#25870) 2016-08-29 14:47:41 +02:00
mainfileinfodetailviewSpec.js Hide favourite icon in details view if favourite action is not available 2018-01-05 19:06:06 +01:00
newfilemenuSpec.js Remove "Text file" entry in the "+" menu 2015-11-19 15:36:21 +01:00
tagspluginspec.js Remove "has-favorites" class from file list table 2017-10-19 01:46:13 +02:00