summaryrefslogtreecommitdiff
path: root/src/main/resources/templates/report.html
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2024-07-15 11:44:19 +0200
committerPaul-Christian Volkmer2024-07-15 11:44:19 +0200
commit370ea87095bf6859b3d9623ab0f8252e10c1a9ee (patch)
tree7bb3be941a93b5f8ed312ee9d5910f9d7689cf1a /src/main/resources/templates/report.html
parentc8f6e6efc812cc12d17c2af1cc24a9318180a8fe (diff)
refactor: rename db column name to reflect content
Diffstat (limited to 'src/main/resources/templates/report.html')
-rw-r--r--src/main/resources/templates/report.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/report.html b/src/main/resources/templates/report.html
index 07f987c..21d1b48 100644
--- a/src/main/resources/templates/report.html
+++ b/src/main/resources/templates/report.html
@@ -31,7 +31,7 @@
<td th:style="${request.type.value == 'delete'} ? 'color: red;'"><small>[[ ${request.type} ]]</small></td>
<td>[[ ${request.uuid} ]]</td>
<td><time th:datetime="${request.processedAt}">[[ ${request.processedAt} ]]</time></td>
- <td class="patient-id" sec:authorize="authenticated">[[ ${request.patientId} ]]</td>
+ <td class="patient-id" sec:authorize="authenticated">[[ ${request.patientPseudonym} ]]</td>
<td class="patient-id" sec:authorize="not authenticated">***</td>
</tr>
</tbody>