Bugzilla – Attachment 182770 Details for
Bug 38127
Missing column headings in 'Add user' pop-up modal
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38127: Missing column headings in 'Add user' pop-up modal
Bug-38127-Missing-column-headings-in-Add-user-pop-.patch (text/plain), 1.82 KB, created by
Julian Maurice
on 2025-05-23 12:49:16 UTC
(
hide
)
Description:
Bug 38127: Missing column headings in 'Add user' pop-up modal
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2025-05-23 12:49:16 UTC
Size:
1.82 KB
patch
obsolete
>From be9bcbddd0fc9d5400384a8ab99a80759f03039a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Sat, 17 May 2025 14:54:08 +0000 >Subject: [PATCH] Bug 38127: Missing column headings in 'Add user' pop-up modal > >This patch modifies the template for adding to a basket from a new >(empty) record in order to make the "Add user" patron search results >correct. The patron search results table headers must be defined in the >template before they are used. > >To test, apply the patch and go to Acquisitions. > >- Search for a vendor. >- Add or create a basket for that vendor. >- Click "Add to basket" and select "From a new (empty) record." >- In the "New order" form, under the "Patrons" heading, click "Add user" >- Search for patrons to add. >- In the patron search results, each column should have a heading: Card, > Name, Category, Library. > >Sponsored-by: Athens County Public Libraries >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >index b6ebb232f4..5516e05f1c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >@@ -781,8 +781,8 @@ > </div> > [% END %] > >-[% PROCESS patron_search_modal columns => columns, modal_title => t("Add user") %] > [% SET columns = ['cardnumber','name','category','branch','action'] %] >+[% PROCESS patron_search_modal columns => columns, modal_title => t("Add user") %] > [% PROCESS patron_search_js columns => columns, actions => ["add"], preview_on_name_click => 1 %] > > [% MACRO jsinclude BLOCK %] >-- >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 38127
:
182561
|
182562
| 182770