https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8976
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |27831 --- Comment #54 from Jonathan Druart <[email protected]> --- (In reply to Jonathan Druart from comment #49) > However I found an inconsistency. Those patches introduced > Koha::AuthSubfieldStructure[s], but we already had > Koha::Authority::Subfield[s]. > It also introduced Koha::MarcSubfieldStructure[s]. > > What about: > Koha::Framework::Biblio::Subfield[s] > Koha::Framework::Authority::Subfield[s] > > Then later: > Koha::Framework::Biblio::Tag[s] > Koha::Framework::Authority::Tag[s] > > Or... Koha::MARC::Biblio::Subfield? Koha::MARCStructure::Biblio::Subfield? > > Or... Koha::Framework::Subfield::Biblio and > Koha::FrameworkSubfield::Authority that would inherit from > Koha::Framework::Subfield. But then we need to drop the plural forms. See bug 27831 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27831 [Bug 27831] Object Name Inconsistencies -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
