We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c5b04 commit a00829bCopy full SHA for a00829b
src/main/resources/templates/taskstate/task/edit.html
@@ -26,8 +26,8 @@ <h1>
26
</div>
27
<div class="row my-3">
28
<div class="col">
29
- <a th:href="@{/taskstate/task/{id}/transform(id=${task.id})}" class="btn btn-secondary btn-block"
30
- role="button">
+ <a th:href="@{/taskstate/{taskstateType}(taskstateType=${task.taskState.getType()})}"
+ class="btn btn-secondary btn-block" role="button">
31
<i class="fas fa-angle-double-left"></i>
32
<span th:utext="#{task.show.button.close}">cancel and back</span>
33
</a>
0 commit comments