[koha-commits] main Koha release repository branch master updated. v3.18.00-396-g07e6ddc

Git repo owner gitmaster at git.koha-community.org
Thu Mar 5 16:29:17 CET 2015


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, master has been updated
       via  07e6ddc44af5ba6cdcccbcdac44bba223d891610 (commit)
      from  5daea4197e488a0e571f925205a5ae9f22754de4 (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 07e6ddc44af5ba6cdcccbcdac44bba223d891610
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Jan 28 13:03:31 2015 +0100

    Bug 13635: Unimarc - On editing a notice, the title should be displayed
    
    The title method of MARC::Record does not deal with UNIMARC, it should
    not be called if the marc flavour is UNIMARC.
    
    Test plan:
    On an unimarc installation, edit a notice, with this patch you should
    see
     "Editing TITLE (Record number BIBLIONUMBER)"
    
    Without, the title was not displayed.
    Same in the breadcrumbs.
    
    Bug 13635: Remove another useless call
    
    There is another call to the title method in additem.pl without any
    check on the marc flavour.
    But here the title variable sent to the template is redefined 3 lines
    later.
    So it can be simply removed.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Tested on UNIMARC install, editing a 'record' (not notice) does not show
    title on breadcrumbs, status bar or page title.
    With patch it does!
    No koha-qa errors.
    
    Signed-off-by: joel aloi <aloi54 at live.fr>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 cataloguing/addbiblio.pl |   14 ++++++++++----
 cataloguing/additem.pl   |    1 -
 2 files changed, 10 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list