[Koha-bugs] [Bug 20310] Article requests: Can we redirect article records without items to host record?

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 1 11:10:07 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20310

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #29 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
If I understand the code correctly, it assumes the the first $w contains a
valid biblionumber, with or without proper prefix. 

I think this assumption can't hold up.

At the moment, we expect in $w a number, that is also in 001 of a matching
record. Ideally with a 003 that has the matching prefix, but this is not
checked. So:

Analytic:
$w(MARCOrgCode)rcn

Host:
001 rcn
003 MARCOrgCode

Actually... we probably should also check 035, but that is a different issue:

035 (MARCOrgCode)rcn

In Koha there is no way to automatically enforce 001 = biblionumber. And if you
want to do it, it's tedious, as you have to save first to create the
biblionumber before you can enter it in 001. There is even a new feature for
Rancor, that allows you to create custom 001, that are not relating to
biblionumber at all.

The risk I see with this feature as is, is that the number from $w might
accidentally match a biblionumber. So we would create unwanted redirects. You
can't turn it off.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list