[koha-commits] main Koha release repository branch master updated. v16.05.00-1413-gfcb11e2

Git repo owner gitmaster at git.koha-community.org
Fri Nov 18 15:18:29 CET 2016


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  fcb11e296eeec6501dea5efbbf35ed52db4fd285 (commit)
      from  317c377a32a36312f69790fdc66ad986a9cd3366 (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 fcb11e296eeec6501dea5efbbf35ed52db4fd285
Author: Radek Šiman <rbit at rbit.cz>
Date:   Thu Nov 3 14:45:43 2016 +0100

    Bug 17559: Fixed HTML element ID of B_streetnumber
    
    There is a duplicate ID in HTML code, because of this:
    <input type="text" id="B_address" name="B_streetnumber" size="5"
    value="" />
    <input type="text" id="B_address" name="B_address" size="40" value="" />
    
    Test plan:
    1) Edit a patron and look into its HTML code
    2) Find input: name="B_streetnumber"
    3) Its ID is B_address - a duplicate within the code in fact
    4) Apply the patch
    5) Repeat steps 1 and 2
    6) The ID is unique now: B_streetnumber
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/includes/member-alt-address-style-de.inc   |    2 +-
 .../intranet-tmpl/prog/en/includes/member-alt-address-style-us.inc   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list