Bugzilla – Attachment 188190 Details for
Bug 40943
Store session_id in userenv
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40943: (QA follow-up) Add a few POD lines for new sub
Bug-40943-QA-follow-up-Add-a-few-POD-lines-for-new.patch (text/plain), 995 bytes, created by
David Cook
on 2025-10-21 05:03:24 UTC
(
hide
)
Description:
Bug 40943: (QA follow-up) Add a few POD lines for new sub
Filename:
MIME Type:
Creator:
David Cook
Created:
2025-10-21 05:03:24 UTC
Size:
995 bytes
patch
obsolete
>From 85bba6b2098475fca2accc28fada7110358d24e6 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 10 Oct 2025 11:29:12 +0200 >Subject: [PATCH] Bug 40943: (QA follow-up) Add a few POD lines for new sub > >This clears qa warnings. > >Test plan: >Read the POD. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: David Cook <dcook@prosentient.com.au> >--- > C4/Context.pm | 11 +++++++++++ > 1 file changed, 11 insertions(+) > >diff --git a/C4/Context.pm b/C4/Context.pm >index ab0f82bc2e..1b4a9bf82b 100644 >--- a/C4/Context.pm >+++ b/C4/Context.pm >@@ -666,6 +666,17 @@ sub userenv { > return $context->{userenv}; > } > >+=head2 set_userenv_from_session >+ >+ C4::Context->set_userenv_from_session($session); >+ >+A wrapper around set_userenv, filling userenv from $session. >+And adding the session id into userenv! >+ >+Called by C4/Auth.pm. >+ >+=cut >+ > sub set_userenv_from_session { > my ( $class, $session ) = @_; > return $class->set_userenv( >-- >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 40943
:
187379
|
187380
|
187720
|
187721
|
187722
|
188188
|
188189
| 188190 |
189002
|
189003
|
189004
|
189145