[koha-commits] main Koha release repository branch master updated. v3.14.00-496-ga8ebfa4

Git repo owner gitmaster at git.koha-community.org
Wed Feb 26 18:08:03 CET 2014


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  a8ebfa4702e2492388b6f60a11921a8ab69d677b (commit)
      from  2345dc12d8cd6f80164fce3a2a846613da44fc50 (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 a8ebfa4702e2492388b6f60a11921a8ab69d677b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Feb 21 14:52:22 2014 -0500

    Bug 11819 - Don't show catalog edit menu if user has no edit permissions
    
    Currently if the logged in user lacks any cataloging permissions the
    bibliographic detail page (catalogue/detail.pl) still shows the Edit
    button, but with an empty dropdown menu. This patch corrects the toolbar
    include so that the button will not appear at all.
    
    To test, view the biblio detail page as a user with various combinations
    of the following permissions:
    
    - edit_items
    - edit_catalogue
    - items_batchmod
    - items_batchdel
    
    The edit button should appear with the correct set of links when the
    user has any combination of the above permissions. If user has none the
    button should not appear.
    
    Followed test plan, patch behaves as expected
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as expected, passes all tests and QA script.
    Template only change.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list