Koha/koha-tmpl/intranet-tmpl/prog/en
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
..
data
includes Bug 19361: Display unauthorized values when cataloging and add a warning 2023-03-20 09:39:53 -03:00
modules Bug 19361: Display unauthorized values when cataloging and add a warning 2023-03-20 09:39:53 -03:00
xslt Bug 32689: Add missing space between 773$i label text and content 2023-01-31 10:49:34 -03:00