Skip to content
Snippets Groups Projects
Verified Commit b985d18f authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[BUGFIX] Use the real job id

parent f7492909
No related branches found
No related tags found
1 merge request!48[TASK] Require TYPO3 12
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment