Koha/koha-tmpl/intranet-tmpl/prog
Nick Clemens 1dc022513c
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@dubcolib.org>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-03-20 09:39:53 -03:00
..
css Bug 32683: Convert header search tabs to Bootstrap 2023-03-10 12:04:08 -03:00
en Bug 19361: Display unauthorized values when cataloging and add a warning 2023-03-20 09:39:53 -03:00
img
js Bug 32983: Fix dropdown list when search for EBSCO's packages 2023-03-17 08:16:08 -03:00
pdf
sound