[koha-commits] main Koha release repository branch master updated. v3.22.00-2-gd456acc

Git repo owner gitmaster at git.koha-community.org
Fri Dec 4 15:14:08 CET 2015


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  d456acc7bfd2507ac7eaaf32bd6da1f023655886 (commit)
      from  3dfb6252faf6abec64cfc50a090aa0ce7d272115 (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 d456acc7bfd2507ac7eaaf32bd6da1f023655886
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 25 17:08:43 2015 +0000

    Bug 15256: Fix items table display on the detail page
    
    Bug 14966 fixed a bug but introduced another one: With
    IndependentBranches set to 'prevent', if the librarian (without the
    superlibrarian permission) can edit items but not all, the table is
    broken.  DataTables raises the following warning: "DataTables warning:
    table id=DataTables_Table_1 - Requested unknown parameter '8' for row0."
    And does not display correctly.
    
    Test plan:
    1/ Create a biblio record with 1+ items located in different places.
    2/ Create/use a patron with the permission to edit items
    3/ Set the IndependentBranches pref to 'prevent'
    4/ With this patron logged in, go on the record detail page.
    Without this patch, the display is broken (only 1 edit link and 1 td
    missing, DataTables raises a warning).
    With this patch, the display is correct.
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
      See the warning, and the broken table. Solved by this patch.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list