Bugzilla – Attachment 151680 Details for
Bug 33833
Remove Test::DBIx::Class from t/SocialData.t
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33833: Add two FIXMEs to SocialData::get_report
Bug-33833-Add-two-FIXMEs-to-SocialDatagetreport.patch (text/plain), 1.31 KB, created by
Marcel de Rooy
on 2023-05-25 13:29:58 UTC
(
hide
)
Description:
Bug 33833: Add two FIXMEs to SocialData::get_report
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-05-25 13:29:58 UTC
Size:
1.31 KB
patch
obsolete
>From 92e738c4693cf6991f36ac1d6a70ccafb88b3b0b Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 22 May 2023 08:46:31 +0000 >Subject: [PATCH] Bug 33833: Add two FIXMEs to SocialData::get_report >Content-Type: text/plain; charset=utf-8 > >Just comments, no test plan. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > C4/SocialData.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/C4/SocialData.pm b/C4/SocialData.pm >index 8217ccb49e..8a9c123529 100644 >--- a/C4/SocialData.pm >+++ b/C4/SocialData.pm >@@ -120,7 +120,7 @@ sub get_report { > > my $sth = $dbh->prepare( qq{ > SELECT biblionumber, isbn FROM biblioitems >- } ); >+ } ); # FIXME We could better join socialdata here than call get_data for each record? > $sth->execute; > my %results; > while ( my ( $biblionumber, $isbn ) = $sth->fetchrow() ) { >@@ -135,7 +135,7 @@ sub get_report { > }; > next if $@; > $isbn =~ s/-//g; >- my $social_datas = C4::SocialData::get_data( $isbn ); >+ my $social_datas = C4::SocialData::get_data( $isbn ); # FIXME Why is data not included in $results ? > if ( $social_datas ) { > push @{ $results{with} }, { biblionumber => $biblionumber, isbn => $isbn, original => $original_isbn }; > } else { >-- >2.30.2
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 33833
:
151679
|
151680
|
151681
|
151682
|
151689
|
151690
|
151691
|
155091
|
155092
|
155093