[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.08-19-ge91edec0a6

Git repo owner gitmaster at git.koha-community.org
Mon Mar 9 21:54:18 CET 2020


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, 19.05.x has been updated
       via  e91edec0a608a576a97f055ef664bc13b851ce83 (commit)
       via  fdf8ad9d663b42d1c969194ff5bde3f99e0b2ebf (commit)
      from  4539ac13180ba87a913aa5afcb73425401620ee9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e91edec0a608a576a97f055ef664bc13b851ce83
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Feb 13 09:27:26 2020 +0000

    Bug 24649: Fix two other missing <li> tags for cloned subfields
    
    Same problem as previous patch in Batch item modification as well as
    serial-edit.pl.
    
    Test plan:
    [1] Go to Tools/Batch item modification.
        Test cloning subfield on batchMod-edit.
    [2] Go to a serial with "Create item when receiving".
        Receive an issue. Click add item.
        Test cloning subfield.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit d024f3dd860856f0e0a878353af08fa6773743e7)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit fdf8ad9d663b42d1c969194ff5bde3f99e0b2ebf
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Feb 13 08:56:35 2020 +0000

    Bug 24649: Fix missing <li> tag on item editor for cloned subfield
    
    Instead of the parentNode (which is a div), we need the parent of the div
    (which is a li).
    So a simple fix.
    
    Test plan:
    To see the difference, test first without patch applied:
    Mark item subfield, say URI, as repeatable.
    Clone that subfield in item editor.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit a6dc3c436c6cc01b9fd4f4e5fb576b9734d8a204)

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt  | 2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt | 4 ++--
 koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list