nextcloud-server/apps/files/js
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 +07:00
..
templates Upload autorename on client side 2016-11-02 22:15:03 +07:00
admin.js Do not error on maxUploadChange 2016-08-22 20:25:58 +07:00
app.js Put the quota bar to the bottom 2017-06-13 12:28:16 +07:00
breadcrumb.js Replace deprecated $.tipsy(...) by $.tooltip(...) 2017-02-27 22:25:05 +07:00
detailfileinfoview.js
detailsview.js Make possible to know the registered detail views in a details view 2017-06-13 16:41:20 +07:00
detailtabview.js
favoritesfilelist.js properly reload favorites list 2017-04-21 14:20:34 +07:00
favoritesplugin.js
file-upload.js Add space between ellipsis and word 2017-10-25 00:11:05 +07:00
fileactions.js use more fitting icon for files move action 2016-10-17 18:52:25 +07:00
fileactionsmenu.js
fileinfomodel.js added quit option in commentstabview.js 2017-03-23 13:12:29 +07:00
filelist.js Fix empty details view after renaming a file 2018-01-11 13:25:41 +07:00
files.js Fix drag shadow not visible when dragging a file on a narrow screen 2018-01-02 16:12:47 +07:00
filesummary.js Translate file summary connector (#26221) 2016-09-27 18:38:56 +07:00
gotoplugin.js Fix closing details view when viewing file in folder 2017-04-25 17:45:42 +07:00
jquery-visibility.js
jquery.fileupload.js properly fix folder upload to use delegatedEvent 2016-06-14 11:51:03 +07:00
keyboardshortcuts.js
mainfileinfodetailview.js Hide favourite icon in details view if favourite action is not available 2018-01-08 17:44:55 +07:00
merged-index.json Merge file view JS files 2017-03-24 19:42:22 +07:00
navigation.js Only set the active item when there is one (not the case for quota) 2017-06-13 12:27:59 +07:00
newfilemenu.js Make new file file tooltip error text change 2017-05-22 13:03:32 +07:00
recentfilelist.js block user sorting in recent files 2016-07-22 15:20:55 +07:00
recentplugin.js Add recent file listing 2016-07-22 15:20:51 +07:00
search.js Use proper mime icons for search results 2017-05-16 14:30:49 +07:00
sidebarpreviewmanager.js allow registering sidebar preview handlers for mimetypes that dont come with server side previews 2016-12-01 15:43:17 +07:00
sidebarpreviewtext.js remove js debug statements in sidebar text preview generator 2016-11-30 14:54:54 +07:00
tagsplugin.js share api expanded by tags (#26583) 2017-04-11 11:54:13 +07:00
upload.js