Files
nextcloud-server-mirror/apps/files/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
..
2016-08-22 20:25:58 +02:00
2017-11-06 09:43:45 +01:00
2017-11-06 09:43:45 +01:00
2015-11-22 16:05:51 +01:00
2017-12-21 02:08:40 +01:00
2018-01-03 17:55:53 +01:00
2017-03-24 19:42:22 +01:00
2016-07-22 15:20:51 +02:00