diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 2404f75..46f911f 100644 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -143,7 +143,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') ->where('id', (int) $request->getData('id'))