Bugzilla – Attachment 127968 Details for
Bug 29478
flatpickr misses quick shortcut to "Today" date
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
to test...
to-test.patch (text/plain), 1.16 KB, created by
Mason James
on 2021-11-24 02:02:33 UTC
(
hide
)
Description:
to test...
Filename:
MIME Type:
Creator:
Mason James
Created:
2021-11-24 02:02:33 UTC
Size:
1.16 KB
patch
obsolete
>From 7cfd607c35500b974e0cc7a53f7e658af3ea76a2 Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Wed, 24 Nov 2021 14:57:51 +1300 >Subject: [PATCH] to test... >Content-Type: text/plain; charset="utf-8" > > - run prove t/00-load.t, see error > - apply patch > > 00:07:08.189 koha_1 | # Failed test 'use C4::SIP::Sip::Configuration;' > 00:07:08.189 koha_1 | # at t/00-load.t line 46. > 00:07:08.189 koha_1 | # Tried to use 'C4::SIP::Sip::Configuration'. > 00:07:08.189 koha_1 | # Error: "uniq" is not exported by the List::Util module > > - run prove t/00-load.t, see tests pass :0) > >https://bugs.koha-community.org/show_bug.cgi?id=29478 >--- > C4/SIP/Sip/Configuration.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/SIP/Sip/Configuration.pm b/C4/SIP/Sip/Configuration.pm >index 006d6b5cf3..819ec1d486 100644 >--- a/C4/SIP/Sip/Configuration.pm >+++ b/C4/SIP/Sip/Configuration.pm >@@ -9,7 +9,7 @@ package C4::SIP::Sip::Configuration; > use strict; > use warnings; > use XML::Simple qw(:strict); >-use List::Util qw(uniq); >+use List::MoreUtils qw(uniq); > > use C4::SIP::Sip qw(siplog); > use Koha::Libraries; >-- >2.20.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 29478
:
127626
|
127676
|
127694
|
127721
|
127722
|
127730
|
127804
|
127850
|
127890
|
127891
|
127892
|
127893
|
127920
|
127921
|
127922
|
127923
|
127968