[Koha-bugs] [Bug 23307] Add columns configuration to cataloguing/z3950_search.tt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 12 16:33:46 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23307

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 91492
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=91492&action=edit
Bug 23307: Add columns configuration to cataloguing/z3950_search.tt

This patch adds columns configuration to the DataTable which displays
Z39.50 search results in the cataloging module.

The Z39.50 results screen has its own server-side paging system, so I
added some code to copy the page number information ("Page 2 / 6") to
the DataTable toolbar for a more consistent appearance. The wording of
that information has also been modified for consistency's sake.

To test, apply the patch and restart Plack (or restart_all on
kohadevbox)

 - Go to Cataloging -> New from Z39.50/SRU.
 - Perform a Z39.50 search which will return multiple pages of results.
 - Confirm that the DataTable controls work correctly: Search, columns
   show/hide, export.
 - Confirm that the page number information is correct as you navigate
   through pages of results.

 - Go to Administration -> Columns settings.
 - Confirm that the columns configuration settings for the z3950_search
   table in the "Cataloging" section works correctly. Changes made here
   should be reflected in the table of Z39.50 search results.

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


More information about the Koha-bugs mailing list