[koha-commits] main Koha release repository branch master updated. v3.22.00-1184-ga669b3c

Git repo owner gitmaster at git.koha-community.org
Sat Apr 23 00:47:34 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  a669b3c132c7a187b3dd0d0cf2d95e990338b404 (commit)
      from  e60182c2f033a2b5eac578eb7bac355e03eb6b76 (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 a669b3c132c7a187b3dd0d0cf2d95e990338b404
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>

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

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