[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.03-22-g633937d

Git repo owner gitmaster at git.koha-community.org
Tue Feb 18 08:51:22 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, 3.14.x has been updated
       via  633937d09f1aecf60590cb0ba02b23b33d7ca61d (commit)
      from  cc86857dd642e9c5a53012f005dd59899bc2cb0d (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 633937d09f1aecf60590cb0ba02b23b33d7ca61d
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Fri Jun 7 14:55:18 2013 +0200

    Bug 10429: improve display of library and library filter on serials claim page
    
    In serial claims page, the library code is displayed in table instead
    of library name and library filter does not work.
    
    This patch adds the display of library name by using libraries template
    plugin.  It changes the Javascript library filter to make it work.
    
    Also sets "all" filter in template (like status filter) to allow
    translation and sets "all" as selected by default. The staff user's
    library was selected by default, but the table was not filtered
    with it.
    
    Test plan :
    - Go to serials claim of a vendor with serials of multiple libraries
    => You see branch filter with "(All)" and table shows library's names
    - Check that library  filter does its work
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    Works as described.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Table now shows the branch name instead of the branchcode.
    First option was named (All), matching the status pull down.
    When opening the claims page, (All) is preselected and the
    result list matches with the selection. Before the patch
    the library was preselected, but the result list did show
    late issues from all branches.
    
    This patch is an improvement, but there is still more work to do.
    
    - Filters are not cumulative, but when another filter is selected
      the first filter is not reset.
    - It's not possible to combine
      2 or more filters.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 42eb8b2286e8af9894ec41d3f193416ffe81815b)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 .../prog/en/modules/serials/claims.tt              |   34 +++++++++++---------
 serials/claims.pl                                  |    1 -
 2 files changed, 19 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list