diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-07-12 20:22:35 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-07-12 20:22:35 +0200 |
commit | 49a701eabf66a6a9251cdd4417f8651cb8d9eca0 (patch) | |
tree | 2b7ceb83e8cc6d20e72d86cd77c0b5f4f362433d /apps/files/tests | |
parent | 999dc64c72ec8d5229acfc0e01803563c05eb4e7 (diff) | |
download | nextcloud-server-49a701eabf66a6a9251cdd4417f8651cb8d9eca0.tar.gz nextcloud-server-49a701eabf66a6a9251cdd4417f8651cb8d9eca0.zip |
No draggable list anymore
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files/tests')
-rw-r--r-- | apps/files/tests/Controller/ViewControllerTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/tests/Controller/ViewControllerTest.php b/apps/files/tests/Controller/ViewControllerTest.php index 67700ca7bc1..8f077645808 100644 --- a/apps/files/tests/Controller/ViewControllerTest.php +++ b/apps/files/tests/Controller/ViewControllerTest.php @@ -178,7 +178,6 @@ class ViewControllerTest extends TestCase { 'type' => 'link', 'classes' => '', 'sublist' => [], - 'draggableSublist' => false, 'defaultExpandedState' => false, 'enableMenuButton' => 0, ], |