From 2528d746d6010aad8196076597f38b865af3f61a Mon Sep 17 00:00:00 2001 From: yroberttissot <70005531+yroberttissot@users.noreply.github.com> Date: Wed, 27 Apr 2022 16:13:32 +0200 Subject: [PATCH] fix pathing replaced app.request.pathinfo with url('view_shared_project_timesheets', {projectId: sharedProject.project.id, shareKey: sharedProject.shareKey}) because of pathing issue (I hadd error 404 with app.request.pathingo -> part of path was missing) --- Resources/views/view/timesheet.html.twig | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Resources/views/view/timesheet.html.twig b/Resources/views/view/timesheet.html.twig index f55ffb8..b32684b 100644 --- a/Resources/views/view/timesheet.html.twig +++ b/Resources/views/view/timesheet.html.twig @@ -34,7 +34,7 @@