[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.10-53-gb46284f

Git repo owner gitmaster at git.koha-community.org
Sun Jun 19 23:28:09 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, 3.20.x has been updated
       via  b46284feb20535440a8e18360ca2185717b0d0d2 (commit)
      from  48f1119a547a9bb280b6a27c4524302cb3716e71 (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 b46284feb20535440a8e18360ca2185717b0d0d2
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Mon May 9 11:42:05 2016 +0200

    Bug 13041: Fix add of basket's manager when name contains a single quote
    
    If you are trying to add a user as a manager of a basket in
    acquisitions, a JavaScript error will be triggered if that user has a
    single quote in their name (e.g. "O'Neil"). This patch corrects the
    issue.
    
    Also changed by this patch: Increased the size of the patron search
    popup and made a correction to some invalid HTML.
    
    To test you should have a patron whose name contains a single quote who
    is also a user with permission to manage acquisitions.
    
    - Apply the patch and go to Acquisitions.
    - Locate an open basket and view the details for that basket.
    - In the "Managed by" section, click the "Add user" button to trigger
      the patron search popup.
      - Search for the patron described above and click the "Add" button.
      - In the parent window, the patron you chose should have been added to
        the "Managed by" section.
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    (cherry picked from commit 964a1888138e276a78be5d84a70559ace6418e79)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt              |    2 +-
 .../intranet-tmpl/prog/en/modules/acqui/tables/members_results.tt    |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list