File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/main/resources/templates/layout Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 54
54
< tr th:id ="'task_' + ${task.id} " th:each ="task : ${taskPage} "
55
55
draggable ="true " ondragstart ="dragTask(event) "
56
56
ondrop ="dropTask2Task(event) " ondragover ="allowDropOfTask(event) ">
57
+
57
58
< td th:id ="'task_' + ${task.id} + '_col_info_icons' " class ="task_col task_col_info_icons ">
59
+
58
60
< a th:href ="@{{myUrlPath}/task/{id}/complete(id=${task.id},myUrlPath=${myUrlPath})} "
59
61
th:if ="${task.taskState.name() ne 'COMPLETED' and task.taskState.name() ne 'TRASHED'} "
60
62
class ="task_col_content task_col_content_finish twtooltip " data-placement ="bottom "
161
163
</ div >
162
164
163
165
< div th:fragment ="tw-tasks-modal(task,myUrlPath) ">
164
- < button type ="button " data-toggle ="modal "
166
+ < button type ="button " data-bs- toggle ="modal "
165
167
class ="btn btn-primary btn-sm task_col_content task_col_content_task_details twtooltip "
166
- th:attr ="data-target='#taskModalScrollable_'+${task.id} "
168
+ th:attr ="data-bs- target='#taskModalScrollable_'+${task.id} "
167
169
th:id ="'task_' + ${task.id} + '_col_button_modal' "
168
170
draggable ="true " ondragstart ="dragTask(event) "
169
171
th:alt-title ="#{task.col.twtooltip.show.details} " th:text ="${task.title} ">
You can’t perform that action at this time.
0 commit comments