Skip to content

Commit a603575

Browse files
committed
work in progres
1 parent 9ee4355 commit a603575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/templates/layout/tasks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
</td>
108108
<td th:id="'task_' + ${task.id} + '_col_taskstate'" class="task_col task_col_taskstate"
109109
th:if="${myTaskState eq 'FOCUS' or myTaskState eq 'ALL' or myTaskState eq 'PROJECT'}">
110-
<a th:href="@{{url}(url=${task.taskState.getUrl()})}" class="twtooltip"
110+
<a th:href="@{{url}(url=${task.taskState.getUrlPath()})}" class="twtooltip"
111111
th:alt-title="#{task.col.twtooltip.taskstate}">
112112
<i th:class="${task.taskState.getIcon()}"></i>
113113
<span th:utext="${#messages.msgOrNull(task.taskState.code)}">Inbox</span>

0 commit comments

Comments
 (0)