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 9ee4355 commit a603575Copy full SHA for a603575
src/main/resources/templates/layout/tasks.html
@@ -107,7 +107,7 @@
107
</td>
108
<td th:id="'task_' + ${task.id} + '_col_taskstate'" class="task_col task_col_taskstate"
109
th:if="${myTaskState eq 'FOCUS' or myTaskState eq 'ALL' or myTaskState eq 'PROJECT'}">
110
- <a th:href="@{{url}(url=${task.taskState.getUrl()})}" class="twtooltip"
+ <a th:href="@{{url}(url=${task.taskState.getUrlPath()})}" class="twtooltip"
111
th:alt-title="#{task.col.twtooltip.taskstate}">
112
<i th:class="${task.taskState.getIcon()}"></i>
113
<span th:utext="${#messages.msgOrNull(task.taskState.code)}">Inbox</span>
0 commit comments