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 6ae99bf commit dea25dcCopy full SHA for dea25dc
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="@{/taskstate/task/add}" th:object="${task}" method="post">
+ <form id="formId" th:action="@{/project/root/add/task}" 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