https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40555 Pedro Amorim <pedro.amorim@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Items with empty itemtype |Items with empty itemtype |causes Preservation module |cause issues |to crash | Status|Needs Signoff |In Discussion --- Comment #8 from Pedro Amorim <pedro.amorim@openfifth.co.uk> --- These are my suggestions on how to handle this problem: 1) 'MARC bibliographic framework test' needs to notify if a default value of a MARC framework does not match at least one value of the configured auth_val list. It doesn't do this currently. 2) About page 'System information' needs to at least have a message saying 'One or more items with an empty itemtype were found'. It doesn't do this currently. 3) When configuring the MARC framework, only allow a value that is part of the configured auth_val list to be set as default, not a free text input. 4) Finally, when adding a new item to a bib record, when the fallback to the configured default happens, verify, at that time, that the default value is actually an element of the configured auth_val list. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.