[Bug 8976] Default sequence of subfields in cataloguing editor
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8976 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |27831 --- Comment #54 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org