aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-09-28 12:53:11 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-09-28 12:53:11 +0200
commit716ff81b27658580dcbe306e6cbe2c0cad8b1411 (patch)
tree9c93cb28b008cea2b90d8e3f9ab3da178b8121ae /apps/files/js/filelist.js
parent0bf2bb07517a6fbe17a8a1fd62225181ec39798c (diff)
parentf35b6833ff2f702db75999bfd9343e7bc2fc7f2c (diff)
downloadnextcloud-server-716ff81b27658580dcbe306e6cbe2c0cad8b1411.tar.gz
nextcloud-server-716ff81b27658580dcbe306e6cbe2c0cad8b1411.zip
Merge pull request #19401 from owncloud/files-actionsorder
Fix order of actions in the files actions menu
Diffstat (limited to 'apps/files/js/filelist.js')
-rw-r--r--apps/files/js/filelist.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index 8eaae74d3c3..e4a7aadd600 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -302,6 +302,7 @@
name: 'Details',
displayName: t('files', 'Details'),
mime: 'all',
+ order: -50,
icon: OC.imagePath('core', 'actions/details'),
permissions: OC.PERMISSION_READ,
actionHandler: function(fileName, context) {