Bugzilla – Attachment 185864 Details for
Bug 40656
bookings/list.tt needs to be refactored
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40656: (QA follow-up) Destroy formatting for QA script
Bug-40656-QA-follow-up-Destroy-formatting-for-QA-s.patch (text/plain), 1.80 KB, created by
Martin Renvoize (ashimema)
on 2025-08-29 06:49:44 UTC
(
hide
)
Description:
Bug 40656: (QA follow-up) Destroy formatting for QA script
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-08-29 06:49:44 UTC
Size:
1.80 KB
patch
obsolete
>From 3181bdda5f2e74b126ee3273b3c7d528d93139d9 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@openfifth.co.uk> >Date: Fri, 29 Aug 2025 07:44:30 +0100 >Subject: [PATCH] Bug 40656: (QA follow-up) Destroy formatting for QA script > >We really need a better fix at the translation script level for bug >18675. This change makes the template so much less readable! > >Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> >--- > .../intranet-tmpl/prog/en/modules/bookings/list.tt | 10 +--------- > 1 file changed, 1 insertion(+), 9 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 b779c888967..6ec19ecb498 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/bookings/list.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/bookings/list.tt >@@ -41,15 +41,7 @@ > <h1>Bookings for [% INCLUDE 'biblio-title-head.inc' %]</h1> > <div class="page-section" id="bookings-timeline"></div> > <div class="page-section"> >- [% >- INCLUDE 'additional-filters.inc' >- filters = [ >- { id = 'filter-expired', label_show = t('Include expired'), label_hide = t('Exclude expired') }, >- { id = 'filter-cancelled', label_show = t('Include cancelled'), label_hide = t('Exclude cancelled') }, >- ] >- filter_class = 'bookings' >- %] >- >+ [% INCLUDE 'additional-filters.inc' filters = [ { id = 'filter-expired', label_show = t('Include expired'), label_hide = t('Exclude expired') }, { id = 'filter-cancelled', label_show = t('Include cancelled'), label_hide = t('Exclude cancelled') }, ] filter_class = 'bookings' %] > <table id="bookings_table"></table> > </div> > </div> >-- >2.51.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 40656
:
185468
|
185469
|
185470
|
185860
|
185861
|
185862
|
185863
| 185864