]> source.dussan.org Git - nextcloud-server.git/commitdiff
Move systemtags to general settings
authorJulius Härtl <jus@bitgrid.net>
Tue, 19 Nov 2019 07:52:02 +0000 (08:52 +0100)
committerJulius Härtl <jus@bitgrid.net>
Tue, 26 Nov 2019 21:00:03 +0000 (22:00 +0100)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
apps/systemtags/lib/Settings/Admin.php
apps/systemtags/tests/Settings/AdminTest.php

index 2d892f17f13dbb0a441e86b258dbd32ea6f5b63d..30ff403084d8d8becd3d06b4862039b398464ce5 100644 (file)
@@ -40,7 +40,7 @@ class Admin implements ISettings {
         * @return string the section ID, e.g. 'sharing'
         */
        public function getSection() {
-               return 'workflow';
+               return 'server';
        }
 
        /**
index 8b0472f2e9e062f1ccdded726c6c496a684650fe..6e23ab5f7b9c2ed86602ff6d530a1abf781390d5 100644 (file)
@@ -44,7 +44,7 @@ class AdminTest extends TestCase {
        }
 
        public function testGetSection() {
-               $this->assertSame('workflow', $this->admin->getSection());
+               $this->assertSame('server', $this->admin->getSection());
        }
 
        public function testGetPriority() {