[Bug 4374] New: Data entry form doesn't use hidden/mandatory flag as expected
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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4374 frederic@tamil.fr changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent --- Comment #1 from frederic@tamil.fr 2010-04-07 05:47:06 --- http://lists.koha.org/pipermail/koha-patches/2010-April/005984.html -- 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.
participants (1)
-
bugzilla-daemon@kohaorg.ec2.liblime.com