Fixed field name

This commit is contained in:
Francesco 2023-11-07 22:46:01 +01:00
parent f1b0f166b1
commit 1f6edce39d

View File

@ -110,7 +110,7 @@
<th:block th:replace="~{fragments/table_selectable :: <th:block th:replace="~{fragments/table_selectable ::
sort_arrow(sortKey=${searchRequest.getSortKey()}, sort_arrow(sortKey=${searchRequest.getSortKey()},
sortOrder=${searchRequest.getSortOrder()}, sortOrder=${searchRequest.getSortOrder()},
fieldName='user')}"> fieldName='username')}">
</h4> </h4>
</div> </div>
</th> </th>
@ -131,7 +131,7 @@
</td> </td>
<td th:text="${entry.getFormattedDate()}"> <td th:text="${entry.getFormattedDate()}">
</td> </td>
<td th:text="${entry.getUser()}"> <td th:text="${entry.getUsername()}">
</td> </td>
<!-- <!--
<a href="#" class="ui-btn btn btn-primary"> <a href="#" class="ui-btn btn btn-primary">