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 ced7506 commit 977a1acCopy full SHA for 977a1ac
src/main/resources/templates/task/edit.html
@@ -22,7 +22,7 @@ <h1>
22
<form id="formId" th:action="@{/task/{taskId}/edit(taskId=${task.id})}" th:object="${task}" method="post">
23
<input type="hidden" th:field="*{id}" />
24
<input type="hidden" th:field="*{taskState}" />
25
- <input type="hidden" th:field="*{userAccount.id}" />
+ <input type="hidden" th:field="*{context.id}" />
26
<input type="hidden" th:field="*{rowCreatedAt.time}" />
27
<div class="form-group">
28
<label th:for="${#ids.next('title')}" class="control-label">
0 commit comments