Skip to content
Snippets Groups Projects
Commit 66fcc1c8 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[TASK] Change label field from city to name for the company selection in the apply form

parent fda48b23
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@
<div class="form-group">
<label for="apply-company"><f:translate key="frontend.apply.company" /></label>
<f:form.select class="form-control" property="company" id="apply-company" multiple="0" size="1"
optionValueField="uid" optionLabelField="city" options="{companies}"
optionValueField="uid" optionLabelField="name" options="{companies}"
/>
<f:form.validationResults for="applyData.location">
<ul class="sg-jobs-validation-error parsley-errors-list filled">
......
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