From 999e5f31c82979e4c19611f5ec934425ffd19ac4 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 16 May 2023 23:09:48 +0100 Subject: [PATCH] Bug 29002: Enable editing bookings from the timeline This patch allows for editing bookings using drag and drop on the timeline view. Test plan 1) Follow the test plans from the previous patches 2) Navigate to the bookings tab of a biblio where you have created some test bookings 3) Note you can click on a booking in the timeline to highlight it. 4) Note you can then drag the booking forward or backwards along the timeline to trigger an edit 5) Note you can drag the start or end of a booking to extend a booking and trigger an edit Signed-off-by: Martin Renvoize Signed-off-by: Janet McGowan Signed-off-by: Caroline Cyr La Rose Signed-off-by: Laurence Rault Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- .../prog/en/modules/bookings/list.tt | 50 ++++++++++++++++++- 1 file changed, 48 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/bookings/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/bookings/list.tt index d9f4fd1aee..9a8eb702dd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/bookings/list.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/bookings/list.tt @@ -67,6 +67,7 @@ [% Asset.js("js/cancel_booking_modal.js") | $raw %]