[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.04-4-gd7d39aa

Git repo owner gitmaster at git.koha-community.org
Wed Aug 29 23:39:14 CEST 2012


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.8.x has been updated
       via  d7d39aaebe324599e11093a78acfde84cebee744 (commit)
      from  81af4d3f59dbdcc6d38eed732652ba4415e03906 (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 d7d39aaebe324599e11093a78acfde84cebee744
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Aug 20 10:59:26 2012 -0400

    Bug 8657 - Default sort by call number does not work
    
    If you choose to sort search results in the OPAC or staff
    client by call number by default, the wrong value will
    be saved by the system preferences editor. It should be
    "call_number" instead of "callnumber." This patch
    corrects the pref file and updates the database in cases
    where defaultSortField or OPACdefaultSortField are
    set to the incorrect value for call number sort.
    
    To test: Set defaultSortField and/or OPACdefaultSortField
    to "call number" and perform a search. Results will be
    sorted by relevance. Apply the patch, update the database,
    and search again. Results should now be sorted by call number.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    with the caveat that this will not fix the issue unless the sort order is first set to descending and back to ascending per bug 8012.
    
    However, with the sort order set to a proper sort value, this patch does fix the issue.
    
    Conflicts:
    
    	installer/data/mysql/updatedatabase.pl
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 installer/data/mysql/updatedatabase.pl             |    8 ++++++++
 .../en/modules/admin/preferences/searching.pref    |    4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list