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

[BUGFIX] Fix companyLabel viewHelper in backend list

parent eb952e23
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@
</td>
<td>
<be:link.editRecord uid="{job.uid}" table="tx_sgjobs_domain_model_job">
<span>{job.title} - <sg:backend.companyLabel uid="{job.uid}" companyraw="{job.firstCompany}"></sg:backend.companyLabel> </span>
<span>{job.title} - <sg:backend.companyLabel uid="{job.uid}" companyraw="{job.company}"></sg:backend.companyLabel> </span>
</be:link.editRecord>
</td>
<td nowrap="nowrap" class="col-control">
......
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