Koha/cataloguing
Frédéric Demians cecdc19369 Bug 4374 Improve biblio data entry form regarding hidden/mandatory fields
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.

Default framework having 0 in all marc_subfield_structure.hidden, by default
all subfields will be expanded.

TO BE INTEGRATED IN RELEASE NOTES:

  Koha sysadmin should have to edit its frameworks to add hidden=1 in
  appropriate subfields.

Signed-off-by: Stéphane Delaune <stephane.delaune@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2011-04-07 13:20:09 +12:00
..
value_builder Merge remote branch 'kc/master' into new/bug_3013 2011-03-08 08:28:42 +13:00
addbiblio.pl Bug 4374 Improve biblio data entry form regarding hidden/mandatory fields 2011-04-07 13:20:09 +12:00
addbooks.pl bug 4311: respect OPACXSLTResultsDisplay 2010-05-25 11:22:47 -04:00
additem.pl Bug 5902: additem.pl should default to set library 2011-03-23 21:33:07 +13:00
merge.pl Bug 5385: POD Cleanups (part 2) 2010-11-12 10:06:56 +13:00
merge_ajax.pl Bug 2505 - Add commented use warnings where missing in the cataloguing/ directory 2010-04-21 20:27:05 +12:00
moveitem.pl Bug 5718 : fix permission of moveitem = edit_items needed 2011-02-09 09:33:36 +13:00
plugin_launcher.pl Bug 2505 - Add commented use warnings where missing in the cataloguing/ directory 2010-04-21 20:27:05 +12:00
z3950_search.pl Fix for Bug 5254 - no need to scroll left to right on acq z search 2010-10-26 08:48:15 -04:00