https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21037 Bug ID: 21037 Summary: auth_show_hidden_data.pl gives false positives about 942$a and 152$b fields. Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: koha-bugs@lists.koha-community.org Reporter: victor.grousset@biblibre.com QA Contact: testopia@bugs.koha-community.org Because the authority record subfields 152$b (UNIMARC) 942$a (MARC21) are used for the authority type. And they won't disappear if hidden when an authority record is saved. (tested on the 942$a and few colleagues remember it's the same for 152$b) It seems that exemptions for these fields are hard coded. These false positives create noise and might lead to errors where users would think that they need to make them visible. So they could be filtered out unless there is a reason to keep them, right? == Going further == Maybe it's for another bug if these ↓ cases are not as clear as the other ones. But if it's clear then better one bug than two :) 001 is the RECORD IDENTIFIER and 100$a (UNIMARC: General Processing Data) is recreated if missing. So same question for these. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.