[koha-commits] main Koha release repository branch master updated. v3.22.00-1561-g33bfb17

Git repo owner gitmaster at git.koha-community.org
Fri May 6 06:14:24 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  33bfb1767258e871abb66009dddb8aec0206b1e9 (commit)
      from  672277197dbb910a1bd3f1239467242253869066 (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 33bfb1767258e871abb66009dddb8aec0206b1e9
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed May 4 09:34:46 2016 -0400

    Bug 13041 - Can't add user as manager of basket if name includes 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 by removing the "onclick" attribute and using the JS change made
    in Bug 16386.
    
    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.
    
    Tested on top of Bug 16383, behaves as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

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

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