diff --git a/base/templates/request_and_approve/attendance_validate.html b/base/templates/request_and_approve/attendance_validate.html index e8d1a6ca3..b9b995c93 100644 --- a/base/templates/request_and_approve/attendance_validate.html +++ b/base/templates/request_and_approve/attendance_validate.html @@ -72,8 +72,8 @@ class="oh-sticky-table__tr" draggable="false" data-toggle="oh-modal-toggle" - data-target="#bigModal" - hx-target="#bigModalTarget" + data-target="#detailAttendance" + hx-target="#detailAttendanceModalBody" hx-get="{% url 'user-request-one-view' attendance.id %}?validate=true&instances_ids={{validate_attendances_ids}}&dashboard=true" >
diff --git a/base/templates/request_and_approve/overtime_approve.html b/base/templates/request_and_approve/overtime_approve.html index 57e374759..082edfce4 100644 --- a/base/templates/request_and_approve/overtime_approve.html +++ b/base/templates/request_and_approve/overtime_approve.html @@ -73,8 +73,8 @@ class="oh-sticky-table__tr" draggable="false" data-toggle="oh-modal-toggle" - data-target="#bigModal" - hx-target="#bigModalTarget" + data-target="#detailAttendance" + hx-target="#detailAttendanceModalBody" hx-get="{% url 'user-request-one-view' attendance.id %}?ot=true&instances_ids={{ot_attendances_ids}}&dashboard=true" >