Koha/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing
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
..
value_builder Bug 32567: (QA follow-up) Fix some labelling inconsistencies 2023-02-07 15:30:32 -03:00
addbiblio.tt Bug 19361: Display unauthorized values when cataloging and add a warning 2023-03-20 09:39:53 -03:00
addbooks.tt Bug 32633: (QA follow-up) Move page-section nesting 2023-02-02 11:53:19 -03:00
additem.tt Bug 20256: Use new methods 2023-02-02 11:59:26 -03:00
cataloging-home.tt Bug 31028: Add ability to report concerns from the staff interface 2023-03-06 11:23:17 -03:00
concerns.tt Bug 31028: (follow-up) Remove special:undefined 2023-03-07 14:54:38 -03:00
editor.tt
linkitem.tt Bug 32072: Consistent classes for primary buttons: Cataloging 2022-11-11 16:52:33 -03:00
merge.tt Bug 32952: Standardize action fieldsets in authorities, cataloging, and circulation 2023-03-10 12:04:09 -03:00
moveitem.tt Bug 32952: Standardize action fieldsets in authorities, cataloging, and circulation 2023-03-10 12:04:09 -03:00
z3950_auth_search.tt Bug 32072: Consistent classes for primary buttons: Cataloging 2022-11-11 16:52:33 -03:00
z3950_search.tt Bug 32299: Add page-section to Z39.50 results 2022-11-23 09:29:07 -03:00