Bugzilla – Attachment 38347 Details for
Bug 13419
Add filters and server-side processing to the shelves list view
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13419: (follow-up) fix call to set_userenv
Bug-13419-follow-up-fix-call-to-setuserenv.patch (text/plain), 1.06 KB, created by
Jonathan Druart
on 2015-04-22 15:29:19 UTC
(
hide
)
Description:
Bug 13419: (follow-up) fix call to set_userenv
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-04-22 15:29:19 UTC
Size:
1.06 KB
patch
obsolete
>From ecae9124e85b2ae168a67a7a70dd3a4c9650ca2d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 22 Apr 2015 17:28:23 +0200 >Subject: [PATCH] Bug 13419: (follow-up) fix call to set_userenv > >--- > t/db_dependent/Utils/Datatables_Virtualshelves.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Utils/Datatables_Virtualshelves.t b/t/db_dependent/Utils/Datatables_Virtualshelves.t >index 81766d7..abecbeb 100644 >--- a/t/db_dependent/Utils/Datatables_Virtualshelves.t >+++ b/t/db_dependent/Utils/Datatables_Virtualshelves.t >@@ -175,7 +175,7 @@ my %dt_params = ( > my $search_results; > > C4::Context->_new_userenv ('DUMMY_SESSION_ID'); >-C4::Context::set_userenv($john_doe{borrowernumber}, $john_doe{userid}, 'usercnum', 'First name', 'Surname', 'MYLIBRARY', 'My Library', 0); >+C4::Context->set_userenv($john_doe{borrowernumber}, $john_doe{userid}, 'usercnum', 'First name', 'Surname', 'MYLIBRARY', 'My Library', 0); > > # Search private lists by title > $search_results = C4::Utils::DataTables::VirtualShelves::search({ >-- >2.1.0
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 13419
:
34241
|
34242
|
34243
|
34504
|
34514
|
34515
|
34516
|
34517
|
34518
|
34577
|
34578
|
34579
|
34580
|
38188
|
38189
|
38190
|
38191
|
38193
|
38194
|
38195
|
38196
| 38347 |
38355