Bugzilla – Attachment 102839 Details for
Bug 21865
Add Elasticsearch support to, and improve verbose output of, `remove_unused_authorities.pl`
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21865: allow test arg alone
Bug-21865-allow-test-arg-alone.patch (text/plain), 925 bytes, created by
Jonathan Druart
on 2020-04-13 13:45:31 UTC
(
hide
)
Description:
Bug 21865: allow test arg alone
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-04-13 13:45:31 UTC
Size:
925 bytes
patch
obsolete
>From 9b05cf87abdca596e806d9aa69c4f8ce9d4e1fbb Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Wed, 11 Mar 2020 17:39:18 +0300 >Subject: [PATCH] Bug 21865: allow test arg alone > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > misc/migration_tools/remove_unused_authorities.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/migration_tools/remove_unused_authorities.pl b/misc/migration_tools/remove_unused_authorities.pl >index 00869a9b28..2e5c0971f3 100755 >--- a/misc/migration_tools/remove_unused_authorities.pl >+++ b/misc/migration_tools/remove_unused_authorities.pl >@@ -38,7 +38,7 @@ GetOptions( > 'h|help' => \$want_help, > ); > >-if ( $want_help || !$confirm ) { >+if ( $want_help || !($test || $confirm) ) { > print_usage(); > exit 0; > } >-- >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 21865
:
82558
|
82559
|
82560
|
100577
|
100918
|
100919
|
100920
|
100921
|
102836
|
102837
|
102838
| 102839