http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10488
Bernardo Gonzalez Kriegel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Bernardo Gonzalez Kriegel <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
