Bugzilla – Attachment 161840 Details for
Bug 35836
search_for_data_inconsistencies.pl - Search for loops in dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35836: search_for_data_inconsistencies.pl - Search for loops in dependencies
Bug-35836-searchfordatainconsistenciespl---Search-.patch (text/plain), 1.15 KB, created by
Matthias Le Gac
on 2024-02-07 17:49:58 UTC
(
hide
)
Description:
Bug 35836: search_for_data_inconsistencies.pl - Search for loops in dependencies
Filename:
MIME Type:
Creator:
Matthias Le Gac
Created:
2024-02-07 17:49:58 UTC
Size:
1.15 KB
patch
obsolete
>From 25d603731c06b3946549f958d52d3ea089f6b100 Mon Sep 17 00:00:00 2001 >From: Matthias Le Gac <matthias.le-gac@inlibro.com> >Date: Wed, 7 Feb 2024 12:47:18 -0500 >Subject: [PATCH] Bug 35836: search_for_data_inconsistencies.pl - Search for > loops in dependencies > >--- > misc/maintenance/search_for_data_inconsistencies.pl | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/misc/maintenance/search_for_data_inconsistencies.pl b/misc/maintenance/search_for_data_inconsistencies.pl >index 2e8dc1c8a2..ebbe7ea95e 100755 >--- a/misc/maintenance/search_for_data_inconsistencies.pl >+++ b/misc/maintenance/search_for_data_inconsistencies.pl >@@ -409,8 +409,7 @@ use C4::Biblio qw( GetMarcFromKohaField ); > new_section("The list of relationships id with guarantors who are also guarantee."); > foreach my $table (@loop_borrowers_relationships) { > new_item( >- sprintf "Relationships connected : %s |", >- join(" | ", @$table) >+ sprintf "Relationships connected : %s |",join(" | ", @$table) > ); > } > new_hint("Relationships that form guarantor loops must be deleted"); >-- >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 35836
:
161249
|
161307
|
161351
|
161836
|
161837
|
161838
|
161839
|
161840
|
161841
|
161842
|
161843
|
161844
|
162284
|
162341
|
162344
|
163368
|
164817
|
164818
|
166751
|
166752
|
166825