Koha/cataloguing
Frédéric Demians 86406bcf91 Bug 7355 Note subfields are not displayed in TEXTAREA if hidden
In the data entry form, there is a (hidden) functionality for note subfields.
MARC21 500-599 and UNIMARC 300-399 subfields are displayed in TEXTAREA rather
than INPUT tags. This is good since usually notes can be pretty long. But if
one of those fields is marked in the framework as 'hidden', then it isn't
displayed at first when you create a record and when you expand the field by
clicking on its label the field is displayed in a one-line INPUT tag.

To reproduce this bug:

- Modify your framework:
  MARC21: 500$a, hidden=1
  UNIMARC: 300$a, hidden=1
- Create a new biblio record with this framework
- Open the tab containing 500 or 300 field
- 500 or 300 tab is collapsed
- Click on 500 or 300 label to expand the field
- 500$a or 300$a is displayed in a one-line INPUT tag, not in a TEXTAREA
  as it should

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Test plan works. Also checked cloning and deleting
subfields still works.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Works as advertised. Simplifies code too. Well documented test plan.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
2012-02-03 11:35:26 +01:00
..
value_builder Bug 6679: fix missing use strict 2011-12-09 09:49:22 +01:00
addbiblio.pl Bug 7355 Note subfields are not displayed in TEXTAREA if hidden 2012-02-03 11:35:26 +01:00
addbooks.pl bug_6488: Take in account opachiddenitems when searching in opac 2012-02-01 16:00:20 +01:00
additem.pl Merge remote-tracking branch 'origin/new/bug_5533' 2012-01-17 16:03:14 +01:00
linkitem.pl Bug 5528: Analytic records support 2011-10-13 10:03:39 +13:00
merge.pl Bug 6210 - Follow up, Choose framework on merge 2012-02-01 17:40:45 +01: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 7356 - Fix various typos and mis-spellings 2012-01-13 11:51:26 +01:00
ysearch.pl Bug 6679 : cataloguing/ now passing critic tests 2011-12-08 10:11:23 +01:00
z3950_search.pl Bug 4189 : Searching z39.50 without selecting any servers results in error message 2011-04-08 13:19:20 +12:00