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 c7b0015 commit 62c64f5Copy full SHA for 62c64f5
src/main/resources/templates/taskstate/task/add.html
@@ -18,7 +18,7 @@ <h1>
18
</div>
19
20
<div th:fragment="mytwcontent">
21
- <form id="formId" th:action="@{/task/add}" th:object="${task}" method="post">
+ <form id="formId" th:action="@{/taskstate/task/add}" th:object="${task}" method="post">
22
<input type="hidden" th:field="*{taskState}" />
23
<input type="hidden" th:field="*{context.id}" />
24
<input type="hidden" th:field="*{rowCreatedAt.time}" />
0 commit comments