Bugzilla – Attachment 179339 Details for
Bug 38330
Make bib-level suppression a biblio table field instead of part of a marc tag
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38330: (QA follow-up) Remove use of metadata_extractor
Bug-38330-QA-follow-up-Remove-use-of-metadataextra.patch (text/plain), 1.20 KB, created by
Martin Renvoize (ashimema)
on 2025-03-14 16:11:25 UTC
(
hide
)
Description:
Bug 38330: (QA follow-up) Remove use of metadata_extractor
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-03-14 16:11:25 UTC
Size:
1.20 KB
patch
obsolete
>From 3236f54750f7da1cc2e47fa4f5134c7c75ba7e1f Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 14 Mar 2025 16:09:08 +0000 >Subject: [PATCH] Bug 38330: (QA follow-up) Remove use of metadata_extractor > >We had a local method for getting opac_suppressed in Koha::Biblio which >relied on extracting from the MARC record. Now that we have an >opac_suppressed field in the Biblio table, we no longer need this >wrapper method. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/Biblio.pm | 14 -------------- > 1 file changed, 14 deletions(-) > >diff --git a/Koha/Biblio.pm b/Koha/Biblio.pm >index e3971b1cb55..c9baa0d1540 100644 >--- a/Koha/Biblio.pm >+++ b/Koha/Biblio.pm >@@ -1681,20 +1681,6 @@ sub normalized_upc { > return $self->metadata_extractor->get_normalized_upc; > } > >-=head3 opac_suppressed >- >- my $opac_suppressed = $biblio->opac_suppressed(); >- >-Returns whether the record is flagged as suppressed in the OPAC. >-FIXME: Revisit after 38330 discussion >- >-=cut >- >-sub opac_suppressed { >- my ($self) = @_; >- return $self->metadata_extractor->get_opac_suppression(); >-} >- > =head3 normalized_oclc > > my $normalized_oclc = $biblio->normalized_oclc >-- >2.48.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 38330
:
175648
|
175649
|
175650
|
175651
|
175767
|
175768
|
175769
|
175770
|
179335
|
179336
|
179337
|
179338
|
179339
|
179340
|
179341