summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2017-10-30 17:09:15 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2017-10-30 17:09:15 +0100
commit9df618131b5552577c0c79fa71ec0ead1c4493cb (patch)
tree917a9a5c516a3cbaa354d0b7070552e531bfcd87 /apps
parent84f3d247f2e5ed8e2263f04a7570e6edfd50593a (diff)
downloadnextcloud-server-9df618131b5552577c0c79fa71ec0ead1c4493cb.tar.gz
nextcloud-server-9df618131b5552577c0c79fa71ec0ead1c4493cb.zip
Show favourite action as the first one in the file actions menu
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/files/js/tagsplugin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/tagsplugin.js b/apps/files/js/tagsplugin.js
index 2286477750c..7e2aecef6fa 100644
--- a/apps/files/js/tagsplugin.js
+++ b/apps/files/js/tagsplugin.js
@@ -103,7 +103,7 @@
return t('files', 'Add to favorites');
},
mime: 'all',
- order: -23,
+ order: -100,
permissions: OC.PERMISSION_READ,
iconClass: function(fileName, context) {
var $file = context.$file;