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 577d9c6 commit 9b49135Copy full SHA for 9b49135
src/main/resources/templates/taskstate/task/edit.html
@@ -19,7 +19,7 @@ <h1>
19
20
<div th:fragment="mytwcontent">
21
<div>
22
- <form id="formId" th:action="@{/task/{taskId}/edit(taskId=${task.id})}" th:object="${task}" method="post">
+ <form id="formId" th:action="@{/taskstate/task/{taskId}/edit(taskId=${task.id})}" th:object="${task}" method="post">
23
<input type="hidden" th:field="*{id}" />
24
<input type="hidden" th:field="*{taskState}" />
25
<input type="hidden" th:field="*{context.id}" />
0 commit comments