Bugzilla – Attachment 163918 Details for
Bug 36302
Patron search from search bar broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36302: members-home.pl defers loading, member.pl does not
Bug-36302-members-homepl-defers-loading-memberpl-d.patch (text/plain), 1.25 KB, created by
Pedro Amorim
on 2024-03-26 12:31:02 UTC
(
hide
)
Description:
Bug 36302: members-home.pl defers loading, member.pl does not
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-03-26 12:31:02 UTC
Size:
1.25 KB
patch
obsolete
>From 7bc596394f439ff138f43ecc5afc0da6b206d183 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Tue, 26 Mar 2024 12:29:09 +0000 >Subject: [PATCH] Bug 36302: members-home.pl defers loading, member.pl does not > >--- > members/member.pl | 1 + > members/members-home.pl | 1 + > 2 files changed, 2 insertions(+) > >diff --git a/members/member.pl b/members/member.pl >index 1f5bd5693ab..400bdf6822e 100755 >--- a/members/member.pl >+++ b/members/member.pl >@@ -78,6 +78,7 @@ $template->param( > searchfieldstype => $searchfieldstype, > PatronsPerPage => C4::Context->preference("PatronsPerPage") || 20, > circsearch => $circsearch, >+ defer_loading => 0, > ); > > output_html_with_http_headers $input, $cookie, $template->output; >diff --git a/members/members-home.pl b/members/members-home.pl >index ae0a7b1d574..7989620f331 100755 >--- a/members/members-home.pl >+++ b/members/members-home.pl >@@ -73,6 +73,7 @@ $template->param( > PatronAutoComplete => C4::Context->preference('PatronAutoComplete'), > patron_lists => [ GetPatronLists() ], > PatronsPerPage => C4::Context->preference("PatronsPerPage") || 20, >+ defer_loading => 1, > ); > > output_html_with_http_headers $query, $cookie, $template->output; >-- >2.30.2
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 36302
:
163096
|
163099
|
163105
|
163106
|
163108
|
163109
|
163113
|
163121
|
163122
|
163207
|
163226
|
163487
|
163917
|
163918
|
163974
|
164002
|
164003
|
164004
|
164005