http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4374 Summary: Data entry form doesn't use hidden/mandatory flag as expected Product: Koha Version: rel_3_2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Cataloging AssignedTo: frederic@tamil.fr ReportedBy: frederic@tamil.fr Estimated Hours: 0.0 Change sponsored?: --- Biblio framework has 3 entry points controlling if input box are displayed by default in data entry form: - 'mandatory' flag at field level - 'mandatory' flag at subfield level - 'hidden' flag at subfield level It doesn't work as it should (?): - All subfields are expanded (shown) if their field is mandatory - A subfield containing anything is always expanded whatever it contains - A mandatory subfield is always expanded - An hidden subfield isn't expanded. It's possible to have this. See coming patch. But default framework having 0 in all marc_subfield_structure.hidde, by default all subfields will be expanded. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.