Bugzilla – Attachment 171022 Details for
Bug 35838
Use template wrapper for tabs: Curbside pickups administration
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35838: Fix addition of new slots
Bug-35838-Fix-addition-of-new-slots.patch (text/plain), 1.42 KB, created by
Jonathan Druart
on 2024-09-04 12:51:15 UTC
(
hide
)
Description:
Bug 35838: Fix addition of new slots
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-09-04 12:51:15 UTC
Size:
1.42 KB
patch
obsolete
>From 7113cff075a8b1aea395a90acf5fdbc6d16f3f00 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 4 Sep 2024 14:50:47 +0200 >Subject: [PATCH] Bug 35838: Fix addition of new slots > >The "Add" button didn't add new slots. >--- > .../intranet-tmpl/prog/en/modules/admin/curbside_pickup.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/curbside_pickup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/curbside_pickup.tt >index 8c557f7fdd8..4ecab4dce18 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/curbside_pickup.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/curbside_pickup.tt >@@ -226,7 +226,7 @@ > slots_per_day[day].push(slot); > }); > >- $("#conf-"+branchcode).find(".pickup_hours li").remove(); >+ $("#conf-"+branchcode+"_panel").find(".pickup_hours li").remove(); > > const CalendarFirstDayOfWeek = [% Koha.Preference("CalendarFirstDayOfWeek") || 0 | html %]; > [0, 1, 2, 3, 4, 5, 6] >@@ -244,7 +244,7 @@ > > span_node.appendTo(li_node); > }); >- li_node.appendTo($("#conf-"+branchcode).find(".pickup_hours")); >+ li_node.appendTo($("#conf-"+branchcode+"_panel").find(".pickup_hours")); > }); > } > function get_day_lib(day){ >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35838
:
161143
|
161239
|
165264
|
170341
|
170653
| 171022