[Koha-bugs] [Bug 32890] Add DataTables to curbside pickups

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 20 19:49:35 CEST 2023


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

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 153740
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=153740&action=edit
Bug 32890: Add DataTables to curbside pickups

This patch modifies the curbside pickups page in the staff interface so
that each table is a DataTable with configurable columns.

The patch also replaces the patron name output with patron-title.inc for
consistency and to display names 'surname, firstname' for correct
column sorting.

To test, apply the patch and restart services.

- Enable the CurbsidePickup system preference if necessary.
- Properly testing requires testing data. You can run this command to
  REPLACE your curbside pickup data with sample data:

  bash <(curl -s
https://gitlab.com/-/snippets/2572579/raw/main/test_curbside_pickups.sh)

- Go to Circulation -> Curbside pickups.
  - Test DataTable functionality under each tab: sorting, paging,
    filtering, column visibility, and export.
- Go to Administration -> Table settings -> Circulation -> Curbside
  pickup
  - Confirm that changes made to the configuration of each of the
    4 curbside pickup tables is correctly applied on the curbside
    pickups page.

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


More information about the Koha-bugs mailing list