Bugzilla – Attachment 166664 Details for
Bug 35961
Modal include missing for catalog concerns
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35961: (follow-up) Pass along the borrowernumber
Bug-35961-follow-up-Pass-along-the-borrowernumber.patch (text/plain), 1.41 KB, created by
David Nind
on 2024-05-14 01:29:31 UTC
(
hide
)
Description:
Bug 35961: (follow-up) Pass along the borrowernumber
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-05-14 01:29:31 UTC
Size:
1.41 KB
patch
obsolete
>From 0514dc4c3737f7a27bc82a90a5cb8578ea8763a8 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 13 May 2024 22:15:02 +0000 >Subject: [PATCH] Bug 35961: (follow-up) Pass along the borrowernumber > >To test: >1. APPLY PATCH >2. Turn on OpacCatalogConcerns >3. Find a record and go to the OPAC detail page. >4. Click "Report a concern" in the right navigation menu >5. Make sure it works >6. Repeat the proces from MARC view and ISBD view pages > >Signed-off-by: David Nind <david@davidnind.com> >--- > opac/opac-ISBDdetail.pl | 1 + > opac/opac-MARCdetail.pl | 1 + > 2 files changed, 2 insertions(+) > >diff --git a/opac/opac-ISBDdetail.pl b/opac/opac-ISBDdetail.pl >index b0dd51de30..a70d2ccf76 100755 >--- a/opac/opac-ISBDdetail.pl >+++ b/opac/opac-ISBDdetail.pl >@@ -191,6 +191,7 @@ $template->param( > ReservableItems => $can_holds_be_placed, > ISBD => $res, > biblio => $biblio, >+ borrowernumber => $loggedinuser, > ); > > #Search for title in links >diff --git a/opac/opac-MARCdetail.pl b/opac/opac-MARCdetail.pl >index bac3cc2efb..406d2d4ceb 100755 >--- a/opac/opac-MARCdetail.pl >+++ b/opac/opac-MARCdetail.pl >@@ -382,6 +382,7 @@ $template->param( > item_subfield_codes => \@item_subfield_codes, > biblio => $biblio, > norequests => $norequests, >+ borrowernumber => $loggedinuser, > ); > > output_html_with_http_headers $query, $cookie, $template->output; >-- >2.39.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 35961
:
166637
|
166658
|
166663
|
166664
|
166774
|
166775