From b08082fd74678859584432825ad813b8b270fa99 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 25 Apr 2024 14:29:10 +0000 Subject: [PATCH] test fixes --- Controller/BackendController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 9a5770e..eb5413a 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -147,7 +147,7 @@ final class BackendController extends Controller ->with('task/tags/title') ->with('task/taskElements') ->with('task/taskElements/createdBy') - ->with('task/taskElements/media') + ->with('task/taskElements/files') ->with('task/attributes') ->with('task/for') ->with('app')