Summary: | CurbSide pickup - Click on 'Add a new slot' button is not triggering any action | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas <lucasmontoya> |
Component: | Circulation | Assignee: | Phil Ringnalda <phil> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P3 | CC: | gmcharlt, jonathan.druart, kyle.m.hall, phil, tomascohen |
Version: | Main | Keywords: | regression |
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 35838 | ||
Bug Blocks: | |||
Attachments: | Bug 37835: Saving new slot for curbside pickup fails after tab wrapper rewrite |
Description
Lucas
2024-09-04 18:54:18 UTC
No need to install the plugin, since all it does anymore is provide a REST API - curbside is built in, and it fails without the plugin. Created attachment 171042 [details] [review] Bug 37835: Saving new slot for curbside pickup fails after tab wrapper rewrite When you add a new slot for curbside pickup, the JavaScript the Add button triggers tries to look for something with the class "pickup_hours" inside something with the id "conf-{branchname}", but the bug 35838 template wrapper for the tabs changed that id to "conf-{branchname}_panel" Test plan: 1. Administration - System preferences - set CurbsidePickup to Enable 2. Administration - Curbside pickup - for Centerville add a New slot Sunday From 10:00 to 10:20 and click Add 3. Nothing happens, the slot isn't listed above the form 4. Apply patch, reload the page 5. Repeat step 2, but this time the new slot will appear above the form Sponsored-by: Chetco Community Public Library |