LP#1357037: add sorting option to Angular line item lists
authorGalen Charlton <gmc@equinoxOLI.org>
Mon, 29 Nov 2021 21:04:16 +0000 (16:04 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Mon, 29 Aug 2022 22:11:15 +0000 (22:11 +0000)
commit78a1221792524804e181c18298943e3576b1466a
tree5e929834b0c9c19a17dc7c728d9071881004bb66
parentc0cf033bdc0389bd9ba0757d83a235d351146702
LP#1357037: add sorting option to Angular line item lists

This applies to the line item lists in the following new
Angular interfaces:

- purchase order
- selection list
- list of line items related to a bib record

The available sort options are:

- line item ID
- title
- author
- publisher
- order identifier (i.e., ISBN, ISSN, and/or UPC)

The method open-ils.acq.lineitem.unified_search is now used to retrieve
line items to make use of existing sorting functionality.

The last sort order used is persistant via a workstation setting

Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.html
Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.ts