[koha-commits] main Koha release repository branch master updated. v3.22.00-533-g3853800

Git repo owner gitmaster at git.koha-community.org
Tue Feb 23 21:46:38 CET 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  385380038bbeb5d329dcba7eebacf0287d0d816e (commit)
      from  5939c4b2333925f71ededff450e9ea9a8eb5ab26 (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 385380038bbeb5d329dcba7eebacf0287d0d816e
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Feb 11 12:06:39 2016 -0500

    Bug 15790 - Don't delete a MARC framework if existing records use that framework
    
    If a MARC framework is in use by any records it should not be possible
    to delete it. Deleting a framework which is in use will leave the
    deleted framework code in those records.
    
    This patch modifies the deletion confirmation dialog so that it will not
    let the user confirm the deletion if there are records using it.
    
    Depends on Bug 15785 - Use Font Awesome icons in confirmation dialogs
    
    To test, apply the patch and go to Administration -> MARC frameworks
    
    1. Try to delete a framework which is in use by 1 or more records. The
       resulting confirmation dialog should prevent you from proceeding.
    2. Try to delete a framework which is not in use. Test both canceling
       and confirming that deletion to make both function correctly.
    
    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: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 .../prog/en/modules/admin/biblio_framework.tt      |   26 ++++++++++++--------
 1 file changed, 16 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list