[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.05-48-gc430cf4

Git repo owner gitmaster at git.koha-community.org
Sun Nov 29 22:07:45 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, 3.20.x has been updated
       via  c430cf453f61088999dff47ec63e6a9dfee1c500 (commit)
       via  1524cb1119db421bd67a22e461cb53bdadd75ec7 (commit)
      from  3b510cee00e5960eff43800d9df978123061b9b6 (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 c430cf453f61088999dff47ec63e6a9dfee1c500
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Nov 13 09:18:43 2015 +0000

    Bug 15109: Make name the default sort order for all patron searches
    
    Find another place where there is a patron search (add user to a basket,
    add users to a fund or edit owner of a fund, set a guarantor to a child,
    etc.).
    Do a search a confirm that the results are now sorted by name instead of
    cardnumber.
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit defcfd050ebb0a4b6734274f7710f23944abf852)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit 1524cb1119db421bd67a22e461cb53bdadd75ec7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Nov 13 09:17:49 2015 +0000

    Bug 15109 - Regression in patron search results ordering
    
    In Koha 3.16 or earlier, before the introduction of the ajax datatable
    for patron searching, the search results were ordered by name. In
    master, the results are currently ordered by cardnumber, which is not
    very useful.
    
    Test Plan:
    1) Do a "browse by last name" or a patron search
    2) Note the results are sorted by card number
    3) Apply this patch
    4) Reload the page, start a new search
    5) Note the results are sorted by name
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit cc65a5fed2afd27b2a45af49d6fe08d54fef7de9)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

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

Summary of changes:
 acqui/add_user_search.pl                                        |    1 +
 admin/add_user_search.pl                                        |    1 +
 koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt |    1 +
 koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt       |    4 ++--
 members/guarantor_search.pl                                     |    1 +
 patroncards/add_user_search.pl                                  |    1 +
 serials/add_user_search.pl                                      |    1 +
 7 files changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list