[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.05-81-g1f9d132

Git repo owner gitmaster at git.koha-community.org
Mon Nov 20 14:46:05 CET 2017


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, 17.05.x has been updated
       via  1f9d132cecc5b7c264b5c80e869c0ecc18a1fc05 (commit)
       via  fa0608bc4c2e66628285f7434749df0a0e690e8b (commit)
      from  9d3b39e94de837cfc08259ae5778fb0372b662ff (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 1f9d132cecc5b7c264b5c80e869c0ecc18a1fc05
Author: Andreas Roussos <arouss1980 at gmail.com>
Date:   Fri Oct 20 22:58:27 2017 +0300

    Bug 19503: Duplicating a dropdown menu subfield yields an empty subfield tag
    
    While editing a record in the staff client, if you clone a repeatable
    dropdown subfield the cloned subfield's tag is empty. This can result
    in data loss if the record is saved, re-opened, and saved yet again.
    This patch (originally written by Sophie MEYNIEUX for bug 17818) fixes that.
    
    Test plan:
    0) [PREREQUISITE] In your MARC framework (Home > Administration > MARC
       bibliographic framework) ensure that you have at least one subfield
       of a particular tag linked to an authorised value (e.g. in UNIMARC,
       tag 700 subfield 4 is 'Relator Code' and can be linked to CCODE for
       testing purposes). This is so that the relevant subfield will be a
       dropdown menu and not a textbox.
    1) In the Staff Client, edit an existing record or create a new one.
       Then, try to clone any subfield that is a dropdown menu. Observe
       that the cloned subfield's tag is empty.
    2) Apply the patch.
    3) Hit CTRL-F5 in your browser (to ensure cataloging.js is re-loaded)
       and try to clone a dropdown menu subfield again. This time the tag
       is cloned as well.
    
    Working as intended.
    
    Signed-off-by: Simon Pouchol <simon.pouchol at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    https://bugs.koha-community.org/show_bug.cgi?id=16503
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 4f2d59e67b6d938ca2798fe8b7fc3ec6eda1d253)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit fa0608bc4c2e66628285f7434749df0a0e690e8b
Author: David Cook <dcook at prosentient.com.au>
Date:   Tue Oct 10 12:05:16 2017 +1100

    Bug 18884: Advanced search on staff client, Availability limit not properly limiting
    
    Patch applies and functions as described.
    
    Signed-off-by: Dilan Johnpullé <dilan at calyx.net.au>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 48be40d1bfaf13a70b6bf4918e885d9158e25f66)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc      |    4 ++--
 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt |    2 +-
 koha-tmpl/intranet-tmpl/prog/js/cataloging.js                  |    1 +
 3 files changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list