Hi, SIPRI library just finished a test update from 3.2 to 3.4.5 and everything seems just fine, except for one thing: -the data in marcfield 490 (a,x,v) no longer show up in the "normal view" either in the OPAC or the Intranet. Or to be correct, the data in the 490-field almost never shows - I have found a few records where the series data appears, but in most records it doesn't. In one record with 2 separate 490 fields one of them is visible, but when checking other records with 2 separate 490 entries neither appears. Any thoughts on the matter is most welcome! FYI: Swedish libraries follow LoC recommendations which means we no longer use the obsolete field 440, so the 490 is absolutely essential for our records to display properly. Sincerely, Magdalena -- . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Magdalena Söderqvist Librarian SIPRI Library and Documentation Department STOCKHOLM INTERNATIONAL PEACE RESEARCH INSTITUTE Signalistgatan 9 SE-169 70 Solna, Sweden Telephone: +46 8 655 97 78 Fax: +46 8 655 97 33 Email: soderqvist@sipri.org Internet: www.sipri.org
* Magdalena Söderqvist (soderqvist@sipri.org) wrote:
Hi, SIPRI library just finished a test update from 3.2 to 3.4.5 and everything seems just fine, except for one thing: -the data in marcfield 490 (a,x,v) no longer show up in the "normal view" either in the OPAC or the Intranet. Or to be correct, the data in the 490-field almost never shows - I have found a few records where the series data appears, but in most records it doesn't. In one record with 2 separate 490 fields one of them is visible, but when checking other records with 2 separate 490 entries neither appears. Any thoughts on the matter is most welcome!
Hi Magdalena Do you have the XSLT display turned on? I would try turning that on, it should fix your problem. Chris -- Chris Cormack Catalyst IT Ltd. +64 4 803 2238 PO Box 11-053, Manners St, Wellington 6142, New Zealand
Thanks Chris for the super quick reply! OPACXSLTDetailsDisplay and OPACXSLTResultsDisplay in OPAC preferences are set to show XSLT stylesheets. A theory: Could it have something to do with indicators, or rather, the lack of indicators? In records where 1st indicator is set to 0 the series title show up, records without any value in the indicator fields are empty. I know this has been a bug issue in the past (2704?) . /Magdalena ----- Original Message ----- From: "Chris Cormack" <chrisc@catalyst.net.nz> To: "Magdalena Söderqvist" <soderqvist@sipri.org> Cc: koha@lists.katipo.co.nz Sent: Tuesday, 11 October, 2011 12:33:31 PM Subject: Re: [Koha] 490 not visible in normal view? * Magdalena Söderqvist (soderqvist@sipri.org) wrote:
Hi, SIPRI library just finished a test update from 3.2 to 3.4.5 and everything seems just fine, except for one thing: -the data in marcfield 490 (a,x,v) no longer show up in the "normal view" either in the OPAC or the Intranet. Or to be correct, the data in the 490-field almost never shows - I have found a few records where the series data appears, but in most records it doesn't. In one record with 2 separate 490 fields one of them is visible, but when checking other records with 2 separate 490 entries neither appears. Any thoughts on the matter is most welcome!
Hi Magdalena Do you have the XSLT display turned on? I would try turning that on, it should fix your problem. Chris -- Chris Cormack Catalyst IT Ltd. +64 4 803 2238 PO Box 11-053, Manners St, Wellington 6142, New Zealand
Magdalena, As you guessed, the issue is the the indicators. Since the MARC21 standard specifies that indicator 1 must be either '0' or '1', when the stylesheet was developed, it checked explicitly for '0' and '1' to decide what to do for displaying. The fix will be to have the stylesheet do one thing for where the first indicator is set to 1, and something else where the first indicator is set to something else. I reported bug 7007, and a fix will follow momentarily. Regards, Jared 2011/10/11 Magdalena Söderqvist <soderqvist@sipri.org>
Thanks Chris for the super quick reply! OPACXSLTDetailsDisplay and OPACXSLTResultsDisplay in OPAC preferences are set to show XSLT stylesheets.
A theory: Could it have something to do with indicators, or rather, the lack of indicators? In records where 1st indicator is set to 0 the series title show up, records without any value in the indicator fields are empty. I know this has been a bug issue in the past (2704?). /Magdalena
------------------------------ *From: *"Chris Cormack" <chrisc@catalyst.net.nz> *To: *"Magdalena Söderqvist" <soderqvist@sipri.org> *Cc: *koha@lists.katipo.co.nz *Sent: *Tuesday, 11 October, 2011 12:33:31 PM *Subject: *Re: [Koha] 490 not visible in normal view?
Hi, SIPRI library just finished a test update from 3.2 to 3.4.5 and everything seems just fine, except for one thing: -the data in marcfield 490 (a,x,v) no longer show up in the "normal view" either in the OPAC or the Intranet. Or to be correct, the data in the 490-field almost never shows - I have found a few records where the series data appears, but in most records it doesn't. In one record with 2 separate 490 fields one of them is visible, but when checking other records with 2 separate 490 entries neither appears. Any thoughts on
* Magdalena Söderqvist (soderqvist@sipri.org) wrote: the
matter is most welcome!
Hi Magdalena
Do you have the XSLT display turned on? I would try turning that on, it should fix your problem.
Chris
-- Chris Cormack Catalyst IT Ltd. +64 4 803 2238 PO Box 11-053, Manners St, Wellington 6142, New Zealand
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Jared Camins-Esakov Bibliographer, C & P Bibliography Services, LLC (phone) +1 (917) 727-3445 (e-mail) jcamins@cpbibliography.com (web) http://www.cpbibliography.com/
* Jared Camins-Esakov (jcamins@cpbibliography.com) wrote:
Magdalena, As you guessed, the issue is the the indicators. Since the MARC21 standard specifies that indicator 1 must be either '0' or '1', when the stylesheet was developed, it checked explicitly for '0' and '1' to decide what to do for displaying. The fix will be to have the stylesheet do one thing for where the first indicator is set to 1, and something else where the first indicator is set to something else. I reported bug 7007, and a fix will follow momentarily. Regards, Jared
And as speedily as that, there is already a patch there http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7007 If someone wants to signoff, as this doesnt change any strings, we can get it in time for the 3.6.0 release. Free Software ftw :) Chris -- Chris Cormack Catalyst IT Ltd. +64 4 803 2238 PO Box 11-053, Manners St, Wellington 6142, New Zealand
Fantastic, big thank you to both Chris and Jared! //Magdalena ----- Original Message ----- From: "Chris Cormack" <chrisc@catalyst.net.nz> To: "Jared Camins-Esakov" <jcamins@cpbibliography.com> Cc: "Magdalena Söderqvist" <soderqvist@sipri.org>, koha@lists.katipo.co.nz Sent: Tuesday, 11 October, 2011 9:32:15 PM Subject: Re: [Koha] 490 not visible in normal view? * Jared Camins-Esakov (jcamins@cpbibliography.com) wrote:
Magdalena, As you guessed, the issue is the the indicators. Since the MARC21 standard specifies that indicator 1 must be either '0' or '1', when the stylesheet was developed, it checked explicitly for '0' and '1' to decide what to do for displaying. The fix will be to have the stylesheet do one thing for where the first indicator is set to 1, and something else where the first indicator is set to something else. I reported bug 7007, and a fix will follow momentarily. Regards, Jared
And as speedily as that, there is already a patch there http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7007 If someone wants to signoff, as this doesnt change any strings, we can get it in time for the 3.6.0 release. Free Software ftw :) Chris -- Chris Cormack Catalyst IT Ltd. +64 4 803 2238 PO Box 11-053, Manners St, Wellington 6142, New Zealand
participants (3)
-
Chris Cormack -
Jared Camins-Esakov -
Magdalena Söderqvist