Skip to content

Commit dea25dc

Browse files
committed
URL PATH of Actions - Controller Methods Refactoring
1 parent 6ae99bf commit dea25dc

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/add.html

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

2020
<div th:fragment="mytwcontent">
21-
<form id="formId" th:action="@{/taskstate/task/add}" th:object="${task}" method="post">
21+
<form id="formId" th:action="@{/project/root/add/task}" th:object="${task}" method="post">
2222
<input type="hidden" th:field="*{taskState}" />
2323
<input type="hidden" th:field="*{context.id}" />
2424
<input type="hidden" th:field="*{rowCreatedAt.time}" />

0 commit comments

Comments
 (0)