[UPDT] BASE: Updated employee rotating shift assign delete method and rotating shift assign modal close button hx-target and hx-get

This commit is contained in:
Horilla
2024-03-07 12:19:04 +05:30
parent 02dc971ae8
commit 3e5c4f80e2
7 changed files with 271 additions and 190 deletions

View File

@@ -425,7 +425,7 @@ urlpatterns = [
name="rotating-shift-assign-bulk-delete",
),
path(
"rotating-shift-assign-delete/<int:id>/",
"rotating-shift-assign-delete/<int:obj_id>/",
views.rotating_shift_assign_delete,
name="rotating-shift-assign-delete",
),