[Koha-bugs] [Bug 35588] marcrecord2csv retrieves authorised values incorrectly for fields

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 18 20:24:51 CET 2023


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|                            |This fixes the CSV export
      release notes|                            |of records so that
                   |                            |authorized values are
                   |                            |exported correctly. It
                   |                            |ensures that the authorized
                   |                            |value descriptions looked
                   |                            |up are for the correct
                   |                            |field/subfield designated
                   |                            |in the CSV profile.
                   |                            |Example: If the 942$s
                   |                            |(Serial record flag) for a
                   |                            |record has a value of "1",
                   |                            |it was previously exported
                   |                            |as "Yes" even though it
                   |                            |wasn't an authorized value.
                 CC|                            |david at davidnind.com

--- Comment #3 from David Nind <david at davidnind.com> ---
Testing notes (using KTD):

1. Download speeds (using Web Developer Tools > Network feature in Firefox):
   . Before: 1 request  270.81 kB / 336 B transferred  Finish: 47.14 s
   . Refreshed browser, flush_memcached, restart_all (so everything fresh)
   . After : 1 request  270.80 kB / 336 B transferred  Finish: 4.23 s

2. Compared downloaded files using a diff tool - differences as indicated in
step 11 noted.

I had a go at the release notes, but this may need some more work!

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


More information about the Koha-bugs mailing list