summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-08-26 11:16:39 +0200
committerGitHub <noreply@github.com>2017-08-26 11:16:39 +0200
commit4e6343a4fbe6145f54cd1be73100dbdb860f57aa (patch)
treeb7babe18de667459720dd6b185195e731614ceb7 /apps/files
parentca490bafb950b9d16ab4543ae810c3a67cb84d5b (diff)
parentd0d6a92054a156b6c932234f5081fa9feabb6acd (diff)
downloadnextcloud-server-4e6343a4fbe6145f54cd1be73100dbdb860f57aa.tar.gz
nextcloud-server-4e6343a4fbe6145f54cd1be73100dbdb860f57aa.zip
Merge pull request #6262 from nextcloud/navigation-entries-sort
Fix sorting of entries in Files sidebar
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/tests/Controller/ViewControllerTest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/tests/Controller/ViewControllerTest.php b/apps/files/tests/Controller/ViewControllerTest.php
index db86e0037ef..e0965d43143 100644
--- a/apps/files/tests/Controller/ViewControllerTest.php
+++ b/apps/files/tests/Controller/ViewControllerTest.php
@@ -167,7 +167,7 @@ class ViewControllerTest extends TestCase {
'id' => 'sharingin',
'appname' => 'files_sharing',
'script' => 'list.php',
- 'order' => 10,
+ 'order' => 15,
'name' => \OC::$server->getL10N('files_sharing')->t('Shared with you'),
'active' => false,
'icon' => '',
@@ -177,7 +177,7 @@ class ViewControllerTest extends TestCase {
'id' => 'sharingout',
'appname' => 'files_sharing',
'script' => 'list.php',
- 'order' => 15,
+ 'order' => 16,
'name' => \OC::$server->getL10N('files_sharing')->t('Shared with others'),
'active' => false,
'icon' => '',
@@ -187,7 +187,7 @@ class ViewControllerTest extends TestCase {
'id' => 'sharinglinks',
'appname' => 'files_sharing',
'script' => 'list.php',
- 'order' => 20,
+ 'order' => 17,
'name' => \OC::$server->getL10N('files_sharing')->t('Shared by link', []),
'active' => false,
'icon' => '',