Bugzilla – Attachment 187309 Details for
Bug 30303
Add ability to select which values to retain when merging patrons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30303: (follow-up) Only copy values if merge returns results
Bug-30303-follow-up-Only-copy-values-if-merge-retu.patch (text/plain), 835 bytes, created by
Lari Taskula
on 2025-10-02 17:44:03 UTC
(
hide
)
Description:
Bug 30303: (follow-up) Only copy values if merge returns results
Filename:
MIME Type:
Creator:
Lari Taskula
Created:
2025-10-02 17:44:03 UTC
Size:
835 bytes
patch
obsolete
>From 705d7ebfca72228f8ce11f06a6f69a094a51e716 Mon Sep 17 00:00:00 2001 >From: Brendan Lawlor <blawlor@clamsnet.org> >Date: Thu, 2 Oct 2025 14:16:32 +0000 >Subject: [PATCH] Bug 30303: (follow-up) Only copy values if merge returns > results > >Signed-off-by: Lari Taskula <lari.taskula@hypernova.fi> >--- > members/merge-patrons.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/members/merge-patrons.pl b/members/merge-patrons.pl >index 5ee0ccea775..21427c41f1a 100755 >--- a/members/merge-patrons.pl >+++ b/members/merge-patrons.pl >@@ -102,7 +102,7 @@ if ( $op eq 'show' ) { > keeper => $keeper, > results => $results > ); >- if ($copy) { >+ if ( $copy && $results ) { > $keeper->set( \%data )->store(); > } > } catch { >-- >2.34.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 30303
:
186382
|
186383
|
186572
|
187269
|
187295
|
187306
|
187307
|
187308
| 187309