Bugzilla – Attachment 145713 Details for
Bug 32416
arp - Accelerated reader point searches fail due to conflicting attribute
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32416: Update attribute number for arp search to 9015
Bug-32416-Update-attribute-number-for-arp-search-t.patch (text/plain), 1.83 KB, created by
Marcel de Rooy
on 2023-01-27 07:59:14 UTC
(
hide
)
Description:
Bug 32416: Update attribute number for arp search to 9015
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-01-27 07:59:14 UTC
Size:
1.83 KB
patch
obsolete
>From 68e8fe137a3d1578e33b7e5061bebceedef6d70e Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 7 Dec 2022 12:56:02 +0000 >Subject: [PATCH] Bug 32416: Update attribute number for arp search to 9015 >Content-Type: text/plain; charset=utf-8 > >Bug 20078 updated the attribute for arp to 2014 to avoid conflict with 9013 not-on-loan-count > >Bug 28830 then added Control-number-identifier as 2014, breaking arp again > >This patch updates the number to 9015 > >To test: >1 - Apply first patch >2 - Attempt searching by arp, no results (add a unique 526$d to a record to ease searching) >3 - Apply this patch >4 - Copy bib1.att and ccl.properties to the correct locations > cp etc/zebradb/biblios/etc/bib1.att /etc/koha/zebradb/biblios/etc/bib1.att > cp etc/zebradb/ccl.properties /etc/koha/zebradb/ccl.properties >5 - Restart zebra >6 - Rebuild indexes >7 - Search again, success! > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > etc/zebradb/biblios/etc/bib1.att | 2 +- > etc/zebradb/ccl.properties | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/etc/zebradb/biblios/etc/bib1.att b/etc/zebradb/biblios/etc/bib1.att >index 94622eb13f..3aba565680 100644 >--- a/etc/zebradb/biblios/etc/bib1.att >+++ b/etc/zebradb/biblios/etc/bib1.att >@@ -360,7 +360,7 @@ att 9909 Interest-grade-level > att 9910 Reading-grade-level > > att 9904 arl >-att 9014 arp >+att 9015 arp > att 9520 Item > # Curriculum > att 9658 curriculum >diff --git a/etc/zebradb/ccl.properties b/etc/zebradb/ccl.properties >index a0f5764d2d..b71036e872 100644 >--- a/etc/zebradb/ccl.properties >+++ b/etc/zebradb/ccl.properties >@@ -1162,7 +1162,7 @@ Reading-grade-level 1=9910 r=r > arl 1=9904 r=r > > #Accelerated Reader Point >-arp 1=9014 r=r >+arp 1=9015 r=r > > # Curriculum > curriculum 1=9658 >-- >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 32416
:
144465
|
144466
|
144519
|
144520
| 145713 |
145714