nextcloud/apps/files
Daniel Calviño Sánchez 217b711dbb 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 13:25:41 +01:00
..
ajax share api expanded by tags (#26583) 2017-04-11 11:54:13 -05:00
appinfo Remove update.php of files app 2017-04-12 00:35:12 -05:00
css Fix drag shadow not visible when dragging a file on a narrow screen 2018-01-02 16:12:47 +01:00
img Use PNG version of the icons for shipped activities 2017-07-07 11:16:44 +02:00
js Fix empty details view after renaming a file 2018-01-11 13:25:41 +01:00
l10n [tx-robot] updated from transifex 2018-01-11 01:11:50 +00:00
lib Correctly format OCS response with favorites 2017-09-04 11:49:19 +02:00
templates Add space between ellipsis and word 2017-10-25 00:11:05 +02:00
tests Fix empty details view after renaming a file 2018-01-11 13:25:41 +01:00
download.php Update with robin 2016-07-21 18:13:58 +02:00
list.php Remove upload_limit in files app as it is not needed with PUT upload (#26069) 2016-11-02 20:43:35 +01:00
recentlist.php Add recent file listing 2016-07-22 15:20:51 +02:00
simplelist.php Fix apps/ 2016-07-21 18:13:57 +02:00