improve histories order since User entity

This commit is contained in:
2023-10-04 12:47:23 +02:00
parent c526973475
commit 0b6b25fd95
3 changed files with 45 additions and 11 deletions

View File

@@ -16,7 +16,7 @@
</tr>
</thead>
<tbody>
{% for entity in jobHistories|reverse %}
{% for entity in jobHistories %}
<tr>
<td>{{ entity.startDate|format_datetime('medium') }}</td>
<td>
@@ -48,7 +48,7 @@
</tr>
</thead>
<tbody>
{% for entity in scopeHistories|reverse %}
{% for entity in scopeHistories %}
<tr>
<td>{{ entity.startDate|format_datetime('medium') }}</td>
<td>