Fix: Use correct aliases for sortable table columns

This commit is contained in:
Björn Fromme
2023-10-20 17:49:57 +02:00
parent b54504a446
commit 0a759a9ce3
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
{{ knp_pagination_sortable(pagination, 'E-Mail', 'teamer.communication.email') }}
</th>
<th>
{{ knp_pagination_sortable(pagination, 'Letzter Login', 'teamer.lastLoginAt') }}
{{ knp_pagination_sortable(pagination, 'Letzter Login', 'user.lastLoginAt') }}
</th>
<th></th>
</tr>