[Koha-bugs] [Bug 11923] New: Marc record batches not sorting by citation descending

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 11 15:34:37 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11923

            Bug ID: 11923
           Summary: Marc record batches not sorting by citation descending
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: MARC Bibliographic record staging/import
          Assignee: gmcharlt at gmail.com
          Reporter: kyle at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

When the ability to stage authority records was added to Koha, sorting record
batches by citation ( i.e. title ) caused the addition of "authorized_heading"
to be added to the sort. When sorting by title descending, this causes the
order by clause to be "title, authorized_heading DESC" which means sort by
title ASC, then authorized_heading DESC. This is incorrect and causes regular
biblio batches to always be sorted ascending.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list