[Koha-bugs] [Bug 21053] editing 008 field with a hash overwrites data

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 13 21:21:32 CEST 2018


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

Maryse Simard <maryse.simard at inlibro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #76873|0                           |1
        is obsolete|                            |

--- Comment #2 from Maryse Simard <maryse.simard at inlibro.com> ---
Created attachment 76961
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76961&action=edit
Bug 21053: Encode URI characters in plugin 008

A # (or &) at any position in 008 field of a bib record causes
all subsequent data in field to be overwritten with default values when
record is saved.

These characters need to be correctly encoded before being passed as
parameters of the url

To reproduce:
1. Find and edit a bib record which has an 008 which differs from the
default values for the MARC framework
2. Choose 008 helper
3. Add # in any position before the end of the field noting the current
values of the data
4. Save record
5. Edit record and select 008 helper
6. Review characters after #

Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
Followed the test plan and it works.

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


More information about the Koha-bugs mailing list