Skip to content
Snippets Groups Projects
Commit 02265c4e authored by Otto Visser's avatar Otto Visser
Browse files

Merge branch '517-remove-empty-reason-from-request-description' into 'development'

Resolve "Remove empty reason from request description"

Closes #517

See merge request !551
parents afb0daa8 097fac04
Branches
Tags
2 merge requests!598Dev to master,!551Resolve "Remove empty reason from request description"
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
<strong th:text="${prevRequest.eventInfo.status}"></strong> by <strong th:text="${prevRequest.eventInfo.status}"></strong> by
<strong th:text="${prevRequest.eventInfo.assignedTo.displayName}"></strong> <strong th:text="${prevRequest.eventInfo.assignedTo.displayName}"></strong>
<th:block <th:block
th:if="${@permissionService.canViewRequestAssistantReason(prevRequest.id)} and ${request.eventInfo.reasonForAssistant != null} and ${prevRequest.eventInfo.reasonForAssistant.isBlank()}" th:if="${@permissionService.canViewRequestAssistantReason(prevRequest.id)} and ${prevRequest.eventInfo.reasonForAssistant != null} and ${!prevRequest.eventInfo.reasonForAssistant.isBlank()}"
th:text="'because [' + ${prevRequest.eventInfo.reasonForAssistant} + ']'"> th:text="'because [' + ${prevRequest.eventInfo.reasonForAssistant} + ']'">
</th:block> </th:block>
</th:block> </th:block>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment