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 94104fe commit 16605b7Copy full SHA for 16605b7
pom.xml
@@ -643,7 +643,7 @@
643
<dependency>
644
<groupId>org.antlr</groupId>
645
<artifactId>antlr4-runtime</artifactId>
646
- <version>4.11.1</version>
+ <version>4.10.1</version>
647
<scope>runtime</scope>
648
</dependency>
649
</dependencies>
src/main/resources/templates/layout/task.html
@@ -8,7 +8,7 @@
8
<input type="hidden" th:field="*{id}"/>
9
<input type="hidden" th:field="*{uuid}"/>
10
<input type="hidden" th:field="*{focus}"/>
11
- <input type="hidden" th:field="*{rowCreatedAt.toString()}"/>
+ <input type="hidden" th:field="*{rowCreatedAt}"/>
12
<input type="hidden" th:name="${_csrf.parameterName}" th:value="${_csrf.token}"/>
13
<div class="row">
14
<div class="col-md">
0 commit comments