[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.06-51-gc396d17

Git repo owner gitmaster at git.koha-community.org
Mon May 16 13:10:03 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.22.x has been updated
       via  c396d17da29433407be80e6dd84614bbcb8c0465 (commit)
      from  e00de2c8053481a75a9d3fed29384761c4c5265b (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 c396d17da29433407be80e6dd84614bbcb8c0465
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Apr 8 13:33:01 2016 -0400

    Bug 16230 - Show tooltip with menu item when fund cannot be deleted
    
    This patch enables Bootstrap to generate a tooltip for the fund deletion
    menu item when a fund cannot be deleted because it has children.
    
    Also changed: Enable translation of the associated error message.
    
    To test you must have at least one fund which has a child fund. Apply
    the patch and go to Administration -> Funds.
    
    - In the list of funds, find a fund which has children.
    - Click the "Actions" menu. The "Delete" item should be disabled.
    - Hovering over the "Delete" item should display a Bootstrap-style
      tooltip with the explanation "This fund has children."
    - Clicking the "Delete" item should trigger an alert, "This fund has
      children. It cannot be deleted."
    - Clicking "Delete" on funds without children should work correctly.
    
    NOTE: Before tooltip shows in Chrome, but not bootstrap styling.
          After, bootstrap styled.
          The use of _() will add the ability to translate the alert().
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit a669b3c132c7a187b3dd0d0cf2d95e990338b404)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list