Summary: | Item type not retained when editing a booking | ||
---|---|---|---|
Product: | Koha | Reporter: | Kristi <kkrueger> |
Component: | Circulation | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | Pushed to main --- | QA Contact: | Martin Renvoize (ashimema) <martin.renvoize> |
Severity: | minor | ||
Priority: | P5 - low | CC: | gmcharlt, kkrueger, kyle.m.hall, lucas, martin.renvoize |
Version: | Main | Keywords: | rel_24_11_candidate |
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Small patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
25.05.00
|
Circulation function: | Bookings |
Attachments: |
Bug 39414: Retain item type selection when editing a booking
Bug 39414: Retain item type selection when editing a booking |
Description
Kristi
2025-03-21 17:21:04 UTC
Confirmed in main. Created attachment 181295 [details] [review] Bug 39414: Retain item type selection when editing a booking To test: 1. Place a booking on an item. 2. Click on edit to open the Edit booking modal. 3. The item type will be de-selected, and the booking dates calendar will be locked until the item type is re-selected. 4. APPLY PATCH 5. Try steps 1 - 3 again, this time the proper item type should be selected and the date field will not be locked. 6. Try creating a new booking, making sure everything still works as excepted. Created attachment 181377 [details] [review] Bug 39414: Retain item type selection when editing a booking To test: 1. Place a booking on an item. 2. Click on edit to open the Edit booking modal. 3. The item type will be de-selected, and the booking dates calendar will be locked until the item type is re-selected. 4. APPLY PATCH 5. Try steps 1 - 3 again, this time the proper item type should be selected and the date field will not be locked. 6. Try creating a new booking, making sure everything still works as excepted. Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> Going straight for a QA here.. trivial oversight fixed, thanks Lucas for the fix and Kristi for the report. Passing QA Pushed for 25.05! Well done everyone, thank you! Any chance of this as a backport to 24.11? |