Bugzilla – Attachment 173339 Details for
Bug 38222
Let staff pick a cancellation reason when canceling a booking
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38222: (QA follow-up) Limit combobox input in cancel booking modal to db field length
Bug-38222-QA-follow-up-Limit-combobox-input-in-can.patch (text/plain), 1.72 KB, created by
Martin Renvoize (ashimema)
on 2024-10-25 10:23:09 UTC
(
hide
)
Description:
Bug 38222: (QA follow-up) Limit combobox input in cancel booking modal to db field length
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-10-25 10:23:09 UTC
Size:
1.72 KB
patch
obsolete
>From 63d87660609d5c48d3e9c79d35107df023b48b47 Mon Sep 17 00:00:00 2001 >From: Paul Derscheid <paul.derscheid@lmscloud.de> >Date: Fri, 25 Oct 2024 10:09:11 +0000 >Subject: [PATCH] Bug 38222: (QA follow-up) Limit combobox input in cancel > booking modal to db field length >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Sponsored-by: Büchereizentrale Schleswig-Holstein <https://www.bz-sh.de/> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../intranet-tmpl/prog/en/includes/modals/cancel_booking.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/modals/cancel_booking.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/modals/cancel_booking.inc >index 19c3074dd91..989f7a09ad8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/modals/cancel_booking.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/modals/cancel_booking.inc >@@ -16,7 +16,7 @@ > [% SET booking_cancellation = AuthorisedValues.GetAuthValueDropbox('BOOKING_CANCELLATION') %] > <div class="combobox-container"> > <label for="cancellation-reason" class="form-label">Cancellation Reason:</label> >- <input type="text" id="cancellation-reason" name="cancellation_reason" class="form-control" /> >+ <input type="text" id="cancellation-reason" name="cancellation_reason" class="form-control" maxlength="80" /> > <ul id="cancellation-reason-list" class="dropdown-menu"> > [% IF booking_cancellation.count %] > [% FOR reason IN booking_cancellation %] >-- >2.47.0
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 38222
:
173230
|
173231
|
173232
|
173233
|
173264
|
173265
|
173277
|
173278
|
173281
|
173282
|
173312
|
173313
|
173314
|
173315
|
173316
|
173317
|
173318
|
173319
|
173320
|
173321
|
173322
|
173323
|
173336
|
173337
|
173338
| 173339