[Koha-bugs] [Bug 14047] New: Sort z39.50 biblio servers by rank in derivate cataloguing doesn't work

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 22 16:42:53 CEST 2015


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

            Bug ID: 14047
           Summary: Sort z39.50 biblio servers by rank in derivate
                    cataloguing doesn't work
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Cataloging
          Assignee: gmcharlt at gmail.com
          Reporter: z.tajoli at cineca.it
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at rijksmuseum.nl

When you insert/modify a z39.50 server to use it in derivate cataloguing you
can insert 'rank': [it] lets you enter where in the list you'd like this target
to appear. If this is left blank the targets will be in alphabetical order.

If you use authority servers it is OK.
If you use bibliographic servers it doesn't work

Now z39.50 bibliographic servers are sorted by id (insert order).

This is because now we use DBIx in cataloguing/z3950_search.pl without an
'order_by'.
The patch inserts 'order_by' instruction

To test it:
1)Insert 3-4 z39.50 biblio servers and insert different values into 'rank'
fields.
2)See the if you change 'rank', the order doesn't change
3)Apply the patch
4)See that now order is based on 'rank' and 'servername'

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


More information about the Koha-bugs mailing list