Bugzilla – Attachment 88478 Details for
Bug 20340
Ability to use authentication plugin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20340: add of an empty method configure
Bug-20340-add-of-an-empty-method-configure.patch (text/plain), 885 bytes, created by
axel
on 2019-04-23 13:31:22 UTC
(
hide
)
Description:
Bug 20340: add of an empty method configure
Filename:
MIME Type:
Creator:
axel
Created:
2019-04-23 13:31:22 UTC
Size:
885 bytes
patch
obsolete
>From e2e14900e6a410a3c222f5a53e2f48c484a6d22f Mon Sep 17 00:00:00 2001 >From: Axel Amghar <axel.amghar@gmail.com> >Date: Tue, 23 Apr 2019 14:59:15 +0200 >Subject: [PATCH] Bug 20340: add of an empty method configure > >--- > t/Koha/Plugin/TestAuth.pm | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/t/Koha/Plugin/TestAuth.pm b/t/Koha/Plugin/TestAuth.pm >index 86d7483..6d449e9 100644 >--- a/t/Koha/Plugin/TestAuth.pm >+++ b/t/Koha/Plugin/TestAuth.pm >@@ -38,11 +38,6 @@ sub new { > return $self; > } > >-sub configure { >- my ($self, $args) = @_; >- $self->go_home(); >-} >- > =head2 retrieve_data > > Just return priority. It overrides the one in Koha::Plugin::Base for the test. >@@ -58,6 +53,11 @@ sub retrieve_data { > > } > >+sub configure { >+ my ($self, $args) = @_; >+ $self->go_home(); >+} >+ > =head2 checkpw > > ($result, cardnumber, $userid) = >-- >2.7.4
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 20340
:
72469
|
73089
|
73098
|
73106
|
88470
|
88472
|
88473
|
88474
|
88475
|
88476
|
88477
|
88478
|
88487
|
88488
|
88511
|
88512
|
88518
|
88519
|
88520
|
88521
|
88522
|
88523
|
88526
|
88527
|
91304
|
91305
|
91306
|
91307