nextcloud-server/apps/files/tests/js
Daniel Calviño Sánchez 3113ee1129 Hide favourite icon in details view if favourite action is not available
When the favourite icon in the details view is clicked the "Favorite"
action is triggered. However, if the action name given to
"triggerAction" is not found then the "Download" action is triggered
instead. As the "Favorite" action is not available in some file lists
(like "Recents") the "Download" action was executed instead in those
cases, which was a strange behaviour. Now the favourite icon is
hidden if its action is not available.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-01-05 19:06:06 +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
filesummarySpec.js
fileUploadSpec.js
mainfileinfodetailviewSpec.js Hide favourite icon in details view if favourite action is not available 2018-01-05 19:06:06 +01:00
newfilemenuSpec.js
tagspluginspec.js Remove "has-favorites" class from file list table 2017-10-19 01:46:13 +02:00