Bugzilla – Attachment 182141 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) Correction to field extaction
Bug-38330-QA-follow-up-Correction-to-field-extacti.patch (text/plain), 2.54 KB, created by
David Cook
on 2025-05-09 03:18:48 UTC
(
hide
)
Description:
Bug 38330: (QA follow-up) Correction to field extaction
Filename:
MIME Type:
Creator:
David Cook
Created:
2025-05-09 03:18:48 UTC
Size:
2.54 KB
patch
obsolete
>From 5837db295944fb1df9a00297b8cca188af0a772d Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@openfifth.co.uk> >Date: Thu, 8 May 2025 17:16:35 +0100 >Subject: [PATCH] Bug 38330: (QA follow-up) Correction to field extaction > >As pointed out by David.. it's the 942 not the 952 we have this data in. > >Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> >Signed-off-by: David Cook <dcook@prosentient.com.au> >--- > installer/data/mysql/atomicupdate/bug_38330.pl | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_38330.pl b/installer/data/mysql/atomicupdate/bug_38330.pl >index e0dfd6fe66..aa5f8a90f9 100755 >--- a/installer/data/mysql/atomicupdate/bug_38330.pl >+++ b/installer/data/mysql/atomicupdate/bug_38330.pl >@@ -22,11 +22,11 @@ return { > JOIN biblio_metadata m ON b.biblionumber = m.biblionumber > SET b.opac_suppressed = > CASE >- WHEN ExtractValue(m.metadata, '//datafield[@tag="952"]/subfield[@code="n"]') REGEXP '^[01]$' THEN >- ExtractValue(m.metadata, '//datafield[@tag="952"]/subfield[@code="n"]') >+ WHEN ExtractValue(m.metadata, '//datafield[@tag="942"]/subfield[@code="n"]') REGEXP '^[01]$' THEN >+ ExtractValue(m.metadata, '//datafield[@tag="942"]/subfield[@code="n"]') > ELSE 0 > END >- WHERE m.metadata LIKE '%<datafield tag="952">%'; >+ WHERE m.metadata LIKE '%<datafield tag="942">%'; > } > ); > >@@ -47,11 +47,11 @@ return { > JOIN deletedbiblio_metadata m ON b.biblionumber = m.biblionumber > SET b.opac_suppressed = > CASE >- WHEN ExtractValue(m.metadata, '//datafield[@tag="952"]/subfield[@code="n"]') REGEXP '^[01]$' THEN >- ExtractValue(m.metadata, '//datafield[@tag="952"]/subfield[@code="n"]') >+ WHEN ExtractValue(m.metadata, '//datafield[@tag="942"]/subfield[@code="n"]') REGEXP '^[01]$' THEN >+ ExtractValue(m.metadata, '//datafield[@tag="942"]/subfield[@code="n"]') > ELSE 0 > END >- WHERE m.metadata LIKE '%<datafield tag="952">%'; >+ WHERE m.metadata LIKE '%<datafield tag="942">%'; > } > ); > >-- >2.39.5
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
|
182094
|
182095
|
182096
|
182097
|
182098
|
182099
|
182100
|
182101
|
182102
|
182135
|
182136
|
182137
|
182138
|
182139
|
182140
| 182141 |
182142
|
182143
|
182144
|
182145