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 5454 < tr th:id ="'task_' + ${task.id} " th:each ="task : ${taskPage} "
5555 draggable ="true " ondragstart ="dragTask(event) "
5656 ondrop ="dropTask2Task(event) " ondragover ="allowDropOfTask(event) ">
57+
5758 < td th:id ="'task_' + ${task.id} + '_col_info_icons' " class ="task_col task_col_info_icons ">
59+
5860 < a th:href ="@{{myUrlPath}/task/{id}/complete(id=${task.id},myUrlPath=${myUrlPath})} "
5961 th:if ="${task.taskState.name() ne 'COMPLETED' and task.taskState.name() ne 'TRASHED'} "
6062 class ="task_col_content task_col_content_finish twtooltip " data-placement ="bottom "
161163 </ div >
162164
163165 < div th:fragment ="tw-tasks-modal(task,myUrlPath) ">
164- < button type ="button " data-toggle ="modal "
166+ < button type ="button " data-bs- toggle ="modal "
165167 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} "
167169 th:id ="'task_' + ${task.id} + '_col_button_modal' "
168170 draggable ="true " ondragstart ="dragTask(event) "
169171 th:alt-title ="#{task.col.twtooltip.show.details} " th:text ="${task.title} ">
You can’t perform that action at this time.
0 commit comments