[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-7-g8427246

Git repo owner gitmaster at git.koha-community.org
Tue Dec 24 10:27:35 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, 3.14.x has been updated
       via  842724659c9ac3b6dd1fbf312d8a07ac00fa43c5 (commit)
      from  1e3602de9f0fe495e5e1931b04b6f2f06d04fb66 (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 842724659c9ac3b6dd1fbf312d8a07ac00fa43c5
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Nov 13 11:33:05 2013 +0100

    Bug 8683: ensure clear button clears all item fields on order form
    
    The clear js function parses input text, but input filled to a plugin
    does not contain the type attribute.
    
    Test plan:
    - fill the barcode field to the barcode plugin
    - go on the new order page
    - verify the barcode plugin works as before
    - verify the clear link clears the barcode field and all others fields.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    
    Works as expected, passes all tests and QA script.
    Template change only.
    Barcode and date acquired are now also cleared with the
    'clear' link.
    
    But: it only works when you enter a barcode manually currently,
    because the AutoBarcode functionality is broken on master (bug 11273).
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit f3b28a5d8ad381bbe5b3edce994e0d45ee96f920)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Items.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list