Skip to content

Commit 9b49135

Browse files
committed
Fixed #129, Fixed #126, working on 168
1 parent 577d9c6 commit 9b49135

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/templates/taskstate/task

1 file changed

+1
-1
lines changed

src/main/resources/templates/taskstate/task/edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1>
1919

2020
<div th:fragment="mytwcontent">
2121
<div>
22-
<form id="formId" th:action="@{/task/{taskId}/edit(taskId=${task.id})}" th:object="${task}" method="post">
22+
<form id="formId" th:action="@{/taskstate/task/{taskId}/edit(taskId=${task.id})}" th:object="${task}" method="post">
2323
<input type="hidden" th:field="*{id}" />
2424
<input type="hidden" th:field="*{taskState}" />
2525
<input type="hidden" th:field="*{context.id}" />

0 commit comments

Comments
 (0)