Bugzilla – Attachment 167281 Details for
Bug 36575
Wrong patron can be returned for API validation route
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36575: (bug 34893 follow-up) Return patron when autocreating in Shibboleth
Bug-36575-bug-34893-follow-up-Return-patron-when-a.patch (text/plain), 927 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2024-05-30 16:54:51 UTC
(
hide
)
Description:
Bug 36575: (bug 34893 follow-up) Return patron when autocreating in Shibboleth
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2024-05-30 16:54:51 UTC
Size:
927 bytes
patch
obsolete
>From b05becf885c98cfb57049fe0b392a6701d681c59 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 24 Apr 2024 14:25:40 +0000 >Subject: [PATCH] Bug 36575: (bug 34893 follow-up) Return patron when > autocreating in Shibboleth > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > C4/Auth_with_shibboleth.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Auth_with_shibboleth.pm b/C4/Auth_with_shibboleth.pm >index 38b93bce71f..f9ba592b3e3 100644 >--- a/C4/Auth_with_shibboleth.pm >+++ b/C4/Auth_with_shibboleth.pm >@@ -172,7 +172,7 @@ sub _autocreate { > C4::Letters::SendQueuedMessages( { message_id => $message_id } ) if $message_id; > } > } >- return ( 1, $patron->cardnumber, $patron->userid ); >+ return ( 1, $patron->cardnumber, $patron->userid, $patron ); > } > > sub _sync { >-- >2.45.1
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 36575
:
164668
|
164670
|
164671
|
165133
|
165134
|
165467
|
165468
|
165469
|
165470
|
165471
|
165908
|
166493
|
166494
|
166495
|
166496
|
166497
|
166498
|
167276
|
167277
|
167278
|
167279
|
167280
| 167281 |
167282
|
167283