From 54097dc33e56b4f164e7596f903c20c547e32b5f Mon Sep 17 00:00:00 2001 From: Moritz Strohm <strohm@data-quest.de> Date: Fri, 11 Aug 2023 17:27:25 +0200 Subject: [PATCH] file/choose_destination: added attribute "hidden" for view, re #2996 --- app/controllers/file.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/controllers/file.php b/app/controllers/file.php index 518345ab424..cb534e8c77f 100644 --- a/app/controllers/file.php +++ b/app/controllers/file.php @@ -730,6 +730,8 @@ class FileController extends AuthenticatedController { PageLayout::setTitle(_('Ziel wählen')); + $this->hidden = false; //This is used in the view. + if (empty($fileref_id)) { $fileref_id = Request::getArray('fileref_id'); } elseif ($fileref_id === 'bulk') { -- GitLab