[Koha-bugs] [Bug 19361] Linking an authorised value category to a field in a framework can lose data

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 19 21:47:52 CEST 2022


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

Andrew Fuerste-Henry <andrewfh at dubcolib.org> changed:

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

--- Comment #26 from Andrew Fuerste-Henry <andrewfh at dubcolib.org> ---
Created attachment 142208
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=142208&action=edit
Bug 19361: Display unauthorized values when cataloging and add a warning

This patch adds a warning and tool tip when an unauthorised vlaue is
encountered during item
or biblio editing, and adds the value to the list to allow preserving the value
(in case the
librarian is only editing another part of the record, or there is some reason
to retain)

To test:
1 - Edit a record in advanced cataloging editor
2 - Under settings click 'Show fields verbatim'
3 - Edit 942$c to 'HAM' or some other invalid itemtype
4 - Save record
5 - sudo koha-mysql kohadev
    UPDATE items SET location = 'HAM' WHERE biblionumber = {biblionumber from
above}
6 - Edit the biblio and items, confirm the HAM value shows in dropdowns

Signed-off-by: Andrew Fuerste-Henry <andrewfh at dubcolib.org>

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


More information about the Koha-bugs mailing list