[koha-commits] main Koha release repository branch master updated. v3.22.00-1445-g064cce9

Git repo owner gitmaster at git.koha-community.org
Fri Apr 29 16:39:10 CEST 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  064cce955b64240c5a6a4c9e0b9cc2b878f96d68 (commit)
      from  e297342f52bcdbc09b4a0c1b4d28cbb50ae2518f (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 064cce955b64240c5a6a4c9e0b9cc2b878f96d68
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Apr 14 13:40:17 2016 -0400

    Bug 16262 - Remove the use of "onclick" from acquisitions basket template
    
    In order to bring the acquisitions basket template into compliance with
    coding guideline JS9, this patch changes with way some JavaScript events
    are handled by moving JS handling out of the HTML markup.
    
    Also changed: Replaced the use of [% script_name %] (which is
    undefined), with the actual script path.
    
    To test, apply the patch and locate an open basket in Acquisitions which
    has more than one order in it.
    
    - Test the "Managed by: Add user" button and verify that it triggers a
      popup where you can search for patrons.
      - Select two or more patrons to be managers for the basket.
      - Close the search windows and confirm that your choices appear on the
        basket page.
      - Click "Delete user" next to one of the patrons. The patron should be
        removed.
      - Click "Save changes" and verify that your choices are correctly
        saved.
      - Click "Delete user" next to one of the remaining patrons. The patron
        should be removed.
      - Click "Save changes" and verify that the patron stays deleted.
    - In the list of orders, click the "Transfer" link and confirm that the
      correct pop-up window is triggered.
    - Test the "Delete this basket" button in the toolbar. A modal window
      should be triggered.
      - In a basket with orders:
        - The "Delete basket and orders" button should do what it says,
          leaving associated bibliographic records intact.
        - The "Delete basket, orders, and records" button should do what it
          says, deleting any bibliographic records associated with orders.
      - In a basket with no orders:
        - The "Delete basket" button should work correctly.
    - Test the "Create edifact order" button.
      - Click "Send EDI order" on the resulting page.
      - In the resulting dialog, "Are you sure you want to generate an
        edifact order," verify that both the "Yes" and "No" options work
        correctly.
    
    Followed test plan, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt  |   80 ++++++++++++++------
 1 file changed, 58 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list