feat: show job profile in teamers' recent assignments list

This commit is contained in:
Björn Fromme
2025-07-22 08:39:03 +02:00
parent 7aef767619
commit ca23b6f50b
@@ -23,6 +23,9 @@
<th> <th>
Einsatz Einsatz
</th> </th>
<th>
Jobprofil
</th>
<th> <th>
Gesamtnote Gesamtnote
</th> </th>
@@ -41,6 +44,9 @@
<br> <br>
{{ disposition.assignment.destination.hotel }} {{ disposition.assignment.destination.hotel }}
</td> </td>
<td>
{{ disposition.assignment.jobProfile.name }}
</td>
<td> <td>
{% if disposition.feedback %} {% if disposition.feedback %}
{{ disposition.feedback.averageRating|format_rating }} {{ disposition.feedback.averageRating|format_rating }}
@@ -64,7 +70,7 @@
</td> </td>
</tr> </tr>
{% else %} {% else %}
<td colspan="7"> <td colspan="4">
Keine Daten... Keine Daten...
</td> </td>
{% endfor %} {% endfor %}