[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.00-43-g9a2f765

Git repo owner gitmaster at git.koha-community.org
Mon Jun 8 05:01:38 CEST 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, 3.20.x has been updated
       via  9a2f7655b3dfd49da7207cec9fc1c7e9377ab20c (commit)
      from  f1d5fffea6688e72d17afd1251e60e2f95f466b8 (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 9a2f7655b3dfd49da7207cec9fc1c7e9377ab20c
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Jun 4 09:15:24 2015 +0200

    Bug 14327: Fix js error "TypeError: events is null" in additem.js
    
    If you have no item plugins, the events variable in BindPluginEvents
    of additem.js will be null. So testing events.length will generate
    the described error.
    This patch adds a check to prevent that from happening again.
    
    Test plan:
    [1] Do not yet apply this patch !
    [2] Temporarily remove framework plugins from your items (in ACQ or default
        framework). Probably you have to clear dateaccessioned.pl and
        barcode.pl.
    [3] Open js console in your browser.
    [4] Go to Acquisition. Open a basket and add an order from a new empty
        record.
    [5] You should see js error: "TypeError: events is null" (additem.js:176)
    [6] Apply this patch and reload the page (make sure that you refresh so
        that the new javascript code is read).
    [7] The TypeError should be gone.
    [8] Restore the framework plugins from step 2. Refresh the page again and
        verify that they still work as expected.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 5132d5f991515b86a9282b214a9418b65b4c0881)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/js/additem.js |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list