http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10488 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bgkriegel@gmail.com --- Comment #1 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- (In reply to comment #0)
A possible restructuring of authorities_normal_marc21.sql that might make it easier to maintain would be to have it populate each non-default framework by first making a copy of the default tags and subfields, then removing the tags that are not relevant to the authority type.
That's easy to implement, and a great idea. Problem is (for me), which tags are not relevant? Current count of tags (with bug 9826) is +-----------------+--------------+ | count(tagfield) | authtypecode | +-----------------+--------------+ | 164 | | | 83 | CHRON_TERM | | 84 | CORPO_NAME | | 84 | GENRE/FORM | | 83 | GEOGR_NAME | | 85 | MEETI_NAME | | 84 | PERSO_NAME | | 83 | TOPIC_TERM | | 92 | UNIF_TITLE | +-----------------+--------------+ Is there some criteria over which tags are not relevant for a given auth type? -- You are receiving this mail because: You are watching all bug changes.