nextcloud-server/apps/files/tests/js
Daniel Calviño Sánchez ea40ade8ad Fix "fileActions.currentFile" not set before using it
When an empty area of a file row was clicked and the "Details" action
was executed "fileActions.currentFile" was not guaranteed to be set to
the appropriate object (it depended on the previous actions of the
user), so when it was used by "getCurrentMimeType()" and other
FileActions functions they may not work as expected. Now it is
explicitly set to the appropriate value before its use.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-12-26 04:56:25 +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
favoritespluginspec.js
fileactionsmenuSpec.js Add support to FileActionsMenu for icon class functions 2017-10-19 01:46:13 +02:00
fileactionsSpec.js Trigger events before and after a file action is executed 2017-12-19 18:33:34 +01:00
filelistSpec.js Fix "fileActions.currentFile" not set before using it 2017-12-26 04:56:25 +01:00
filesSpec.js Add ignore_files to config, 2017-03-20 01:17:12 -06:00
filesummarySpec.js
fileUploadSpec.js
mainfileinfodetailviewSpec.js Style modifications of favorite star on main detail view (#26658) 2016-12-19 17:34:09 +01:00
newfilemenuSpec.js
tagspluginspec.js Remove "has-favorites" class from file list table 2017-10-19 01:46:13 +02:00