[Koha-bugs] [Bug 16613] New: MARC 09X Field Help Links are Broken

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 27 19:19:03 CEST 2016


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

            Bug ID: 16613
           Summary: MARC 09X Field Help Links are Broken
 Change sponsored?: ---
           Product: Koha
           Version: 16.05
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5 - low
         Component: Cataloging
          Assignee: gmcharlt at gmail.com
          Reporter: ephetteplace at cca.edu
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at rijksmuseum.nl

Created attachment 51885
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51885&action=edit
git-created patch, adds 2 lines of JS

The 09X MARC fields, such as 099 local call number or 090 locally-assigned
Library of Congress call number, all point to non-existent pages on the LC
website, e.g. http://www.loc.gov/marc/bibliographic/bd090.html

Steps to recreate:

- enter the advanced cataloging editor
- begin to input any MARC tag of form 09X
- click the help link at the bottom of the browser window
- taken to a URL of form `'http://www.loc.gov/marc/bibliographic/bd' + tag +
'.html'` which is broken because the only documentation for these tags is at
https://www.loc.gov/marc/bibliographic/bd09x.html

Since there's already an if-else clause for 9XX tag documentation, I thought
this deserved an exception too. Attached is a patch which links the 09X help
fields to the link referenced above. Let me know if I'm not following the right
guidelines, I'm not used to submitting patches like this.

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


More information about the Koha-bugs mailing list