From b985d18f97330580065dc6e406662c1ebcc76244 Mon Sep 17 00:00:00 2001
From: Kevin Ditscheid <kevin.ditscheid@sgalinski.de>
Date: Fri, 15 Dec 2023 15:38:14 +0100
Subject: [PATCH] [BUGFIX] Use the real job id

---
 Resources/Private/Templates/Joblist/ApplyForm.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Resources/Private/Templates/Joblist/ApplyForm.html b/Resources/Private/Templates/Joblist/ApplyForm.html
index fde80cc9..68110fb6 100644
--- a/Resources/Private/Templates/Joblist/ApplyForm.html
+++ b/Resources/Private/Templates/Joblist/ApplyForm.html
@@ -207,7 +207,7 @@
 							name="applyData" object="{applyData}" enctype="multipart/form-data">
 						<f:if condition="{job}">
 							<f:then>
-								<f:form.hidden property="job" value="{job}"/>
+								<f:form.hidden property="job" value="{job.uid}"/>
 								<f:form.hidden property="jobId" value="{job.jobId}"/>
 								<f:form.hidden property="jobTitle" value="{job.title}"/>
 							</f:then>
-- 
GitLab