Bugzilla – Attachment 52190 Details for
Bug 16492
Checkouts ( and possibly checkins and other actions ) will use the patron home branch as the logged in library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16492: Add a FIXME to explain the possible problem with no_set_userenv
Bug-16492-Add-a-FIXME-to-explain-the-possible-prob.patch (text/plain), 860 bytes, created by
Jonathan Druart
on 2016-06-08 14:33:44 UTC
(
hide
)
Description:
Bug 16492: Add a FIXME to explain the possible problem with no_set_userenv
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-06-08 14:33:44 UTC
Size:
860 bytes
patch
obsolete
>From ccf0ef24d9bacd66aae36c7a864261d1edab862e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 8 Jun 2016 15:32:31 +0100 >Subject: [PATCH] Bug 16492: Add a FIXME to explain the possible problem with > no_set_userenv > >--- > C4/Auth.pm | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index a5cf72c..985bd39 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -1737,6 +1737,11 @@ sub get_session { > return $session; > } > >+ >+# FIXME no_set_userenv may be replaced with force_branchcode_for_userenv >+# (or something similar) >+# Currently it's only passed from C4::SIP::ILS::Patron::check_password, but >+# not having a userenv defined could cause a crash. > sub checkpw { > my ( $dbh, $userid, $password, $query, $type, $no_set_userenv ) = @_; > $type = 'opac' unless $type; >-- >2.8.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 16492
:
51390
|
51391
|
51744
|
51745
|
51768
|
51797
|
52188
|
52189
| 52190