Skip to content
Snippets Groups Projects
Commit 5d82a7b1 authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Get parameters for apply buttons

parent a3a6aa6d
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@
</div>
<div>
<f:form action="applyForm" controller="Joblist" pluginName="JobApplication" pageUid="{settings.applyPage}" objectName="jobData">
<f:form method="GET" action="applyForm" controller="Joblist" pluginName="JobApplication" pageUid="{settings.applyPage}" objectName="jobData">
<f:form.hidden value="{job.uid}" property="uid" />
<f:form.submit value="{f:translate(key:'frontend.applyNow')}" />
</f:form>
......
......@@ -21,7 +21,7 @@
</div>
</div>
<div id="sgjobs-apply-nojob">
<f:form action="applyForm" controller="Joblist" pluginName="JobApplication" pageUid="{settings.applyPage}" objectName="jobData">
<f:form method="GET" action="applyForm" controller="Joblist" pluginName="JobApplication" pageUid="{settings.applyPage}" objectName="jobData">
<f:form.hidden id="recordPageId" name="recordPageId" value="{recordPageId}" />
<f:form.submit value="{f:translate(key:'frontend.applyNow.emptyApplication')}" />
</f:form>
......
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