Bugzilla – Attachment 187268 Details for
Bug 40937
No option to show/hide data menu in report results when including borrowernumber
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40937: Include show data menu button for batch_borrowernumbers
Bug-40937-Include-show-data-menu-button-for-batchb.patch (text/plain), 2.21 KB, created by
Andrew Fuerste-Henry
on 2025-10-02 12:43:53 UTC
(
hide
)
Description:
Bug 40937: Include show data menu button for batch_borrowernumbers
Filename:
MIME Type:
Creator:
Andrew Fuerste-Henry
Created:
2025-10-02 12:43:53 UTC
Size:
2.21 KB
patch
obsolete
>From 3bcfc22af196873f487d9fc8944be377870236a5 Mon Sep 17 00:00:00 2001 >From: Andrew Fuerste Henry <andrew@bywatersolutions.com> >Date: Thu, 2 Oct 2025 12:38:29 +0000 >Subject: [PATCH] Bug 40937: Include show data menu button for > batch_borrowernumbers > >To test: >1 - save and run a report of "SELECT borrowernumber FROM borrowers" >2 - observe your results page does not include the Show Data Menu button >3 - save and run a report of "SELECT cardnumber FROM borrowers" >4 - observe your results page does include the button >5 - save and run a report of "SELECT borrowernumber, cardnumber FROM borrowers" >6 - observe you are once again buttonless on the results page >7 - apply patch >8 - run your report from step 1, observe you now have the button >9 - run your report from step 3, observe you still have the button >10 - run your report from step 5, observe you now have the button >11 - confirm that the batch actions dropdown only includes the patron actions once >--- > .../prog/en/modules/reports/guided_reports_start.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index d8be142676a..56b0a2b091e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -1262,7 +1262,7 @@ > </div> > [% END # /IF ( unlimited_total > 10 && limit <= 1000 ) %] > >- [% IF ( batch_biblionumbers || batch_itemnumbers || batch_cardnumbers || batch_reserve_ids ) %] >+ [% IF ( batch_biblionumbers || batch_itemnumbers || batch_cardnumbers || batch_reserve_ids || batch_borrowernumbers ) %] > <a href="#" class="btn btn-link" id="toggle_auto_links"> > <i class="fa-solid fa-eye autolink" aria-hidden="true" style="display:none"></i> > <i class="fa-solid fa-eye-slash autolink" aria-hidden="true"></i> >-- >2.39.5
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 40937
: 187268