[koha-commits] main Koha release repository branch new/bug_9759 created. v3.12.00-beta1-37-g8f7929d

Git repo owner gitmaster at git.koha-community.org
Sat Mar 30 03:44:02 CET 2013


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_9759 has been created
        at  8f7929d6159565557e30c15b821bf08f738de528 (commit)

- Log -----------------------------------------------------------------
commit 8f7929d6159565557e30c15b821bf08f738de528
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Thu Mar 7 11:54:57 2013 +0100

    Bug 9759: last subfield can be deleted
    
    In authorities and biblios editors, a repeatable subfield can be deleted (small icon next to input).
    Clone subfields are really deleted but last existing subfield is just set empty instead of deleted.
    But when same field is repeated, the last subfield can be deleted.
    
    This patch corrects this, last subfield of a field, even repeated, can not be deleted.
    
    Test plan :
    - Edit a biblio
    - Choose a repeatable field with a repeatable subfield : ie 600 and $x
    - Edit 600, enter a text in $x : ie "subA"
    - Clone $x
    - Delete second $x
    => second $x is deleted
    - Delete first $x
    => $x is not deleted but set empty
    - Edit 600, enter a text in $x : ie "subA"
    - Clone 600
    - Edit second 600, enter a text in $x : ie "subB"
    - Clone $x of second 600
    - Delete second $x of second 600
    => second $x of second 600 is deleted
    - Delete first $x of second 600
    => with this patch : first $x of second 600 is set empty
    => without this patch : first $x of second 600 is deleted, second 600 has no $x anymore
    Perform same test plan on an authority.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit f57c58bcb9c3b3ba068498bf269a1274d5898ee3
Merge: f563783 44297c2
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Fri Mar 29 22:44:23 2013 -0400

    Merge branch 'bug_9803' into 3.12-master

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list