Skip to content

Commit 977a1ac

Browse files
committed
bugfixing
1 parent ced7506 commit 977a1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h1>
2222
<form id="formId" th:action="@{/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}" />
25-
<input type="hidden" th:field="*{userAccount.id}" />
25+
<input type="hidden" th:field="*{context.id}" />
2626
<input type="hidden" th:field="*{rowCreatedAt.time}" />
2727
<div class="form-group">
2828
<label th:for="${#ids.next('title')}" class="control-label">

0 commit comments

Comments
 (0)