diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-11-15 20:29:10 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-11-15 20:29:10 +0100 |
commit | 1deda8fd6575426e854276c83a52df8060893b1e (patch) | |
tree | ea28d9b3b0cf10b12d6ed1b026e2e54ce8bca12a /apps/files_sharing/tests | |
parent | 846e2f296725c0ca5052707d2fc7fa7f464ca760 (diff) | |
download | nextcloud-server-1deda8fd6575426e854276c83a52df8060893b1e.tar.gz nextcloud-server-1deda8fd6575426e854276c83a52df8060893b1e.zip |
Rollback to default list view
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_sharing/tests')
-rw-r--r-- | apps/files_sharing/tests/Controller/ShareControllerTest.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_sharing/tests/Controller/ShareControllerTest.php b/apps/files_sharing/tests/Controller/ShareControllerTest.php index 3a9856e1bd2..ea9bd8316e2 100644 --- a/apps/files_sharing/tests/Controller/ShareControllerTest.php +++ b/apps/files_sharing/tests/Controller/ShareControllerTest.php @@ -290,7 +290,7 @@ class ShareControllerTest extends \Test\TestCase { 'previewURL' => 'downloadURL', 'note' => $note, 'hideDownload' => false, - 'showgridview' => true + 'showgridview' => false ); $csp = new \OCP\AppFramework\Http\ContentSecurityPolicy(); @@ -410,7 +410,7 @@ class ShareControllerTest extends \Test\TestCase { 'previewURL' => 'downloadURL', 'note' => $note, 'hideDownload' => true, - 'showgridview' => true + 'showgridview' => false ); $csp = new \OCP\AppFramework\Http\ContentSecurityPolicy(); @@ -509,7 +509,7 @@ class ShareControllerTest extends \Test\TestCase { 'previewURL' => '', 'note' => '', 'hideDownload' => false, - 'showgridview' => true + 'showgridview' => false ); $csp = new \OCP\AppFramework\Http\ContentSecurityPolicy(); |