[koha-commits] main Koha release repository branch new/bug_7355 created. v3.06.00-488-g86406bc

Git repo owner gitmaster at git.koha-community.org
Fri Feb 3 11:36:11 CET 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, new/bug_7355 has been created
        at  86406bcf910d28691655d4a9a1490d34e669a6ee (commit)

- Log -----------------------------------------------------------------
commit 86406bcf910d28691655d4a9a1490d34e669a6ee
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Wed Dec 14 08:52:32 2011 +0100

    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 at web.de>
    Test plan works. Also checked cloning and deleting
    subfields still works.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Works as advertised. Simplifies code too. Well documented test plan.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit de7867eeadb94c2920d33c51e472d0200bcb43b5
Merge: 8dc8521 20e8aab
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Fri Feb 3 09:19:04 2012 +0100

    Merge remote-tracking branch 'origin/new/bug_6964'

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list