File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/resources/templates/layout Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3939 < select th:field ="*{taskState} " class ="form-control form-control-lg is-invalid " aria-describedby ="basic-addon2 " required >
4040 < option th:each ="taskStateItem : ${listTaskState} "
4141 th:value ="${taskStateItem.value} "
42- th:text ="${#messages.msgOrNull(taskStateItem.code )} ">
42+ th:text ="${#messages.msgOrNull(taskStateItem.getMsgCode() )} ">
4343 taskStateItem
4444 </ option >
4545 </ select >
Original file line number Diff line number Diff line change 3232 < select th:field ="*{taskState} " class ="form-control form-control-lg is-invalid " required >
3333 < option th:each ="taskStateItem : ${listTaskState} "
3434 th:value ="${taskStateItem.value} "
35- th:text ="${#messages.msgOrNull(taskStateItem.code )} ">
35+ th:text ="${#messages.msgOrNull(taskStateItem.getMsgCode() )} ">
3636 taskStateItem
3737 </ option >
3838 </ select >
Original file line number Diff line number Diff line change 115115 class ="btn btn-outline-secondary btn-sm twtooltip "
116116 th:alt-title ="#{task.col.twtooltip.taskstate} ">
117117 < i th:class ="${task.taskState.getIcon()} "> </ i >
118- < span th:utext ="${#messages.msgOrNull(task.taskState.code )} "> Inbox</ span >
118+ < span th:utext ="${#messages.msgOrNull(task.taskState.getMsgCode() )} "> Inbox</ span >
119119 </ a >
120120 </ td >
121121 < td th:id ="'task_' + ${task.id} + '_col_project' " class ="task_col task_col_project "
@@ -238,7 +238,7 @@ <h5 class="modal-title" id="taskModalScrollableTitle">
238238 < b th:utext ="#{tasks.focus.taskState} " class ="me-2 "> Task State</ b >
239239 < a th:href ="@{{url}(url=${task.taskState.getUrlPath()})} ">
240240 < i th:class ="${task.taskState.getIcon()} "> </ i >
241- < span th:utext ="${#messages.msgOrNull(task.taskState.code )} "> Inbox</ span >
241+ < span th:utext ="${#messages.msgOrNull(task.taskState.getMsgCode() )} "> Inbox</ span >
242242 </ a >
243243 </ div >
244244 < div th:if ="${myTaskState eq 'SCHEDULED' or myTaskState eq 'TODAY' or myTaskState eq 'PROJECT'} ">
You can’t perform that action at this time.
0 commit comments