]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1904788 Staff catalog browse results paging
authorBill Erickson <berickxx@gmail.com>
Tue, 17 Nov 2020 22:55:20 +0000 (17:55 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Wed, 11 Aug 2021 21:41:29 +0000 (17:41 -0400)
commitcd4c4c971164708710f9afe2f9b15f8f15780d3b
treeab3fe0e973e00855c4108ba9702310797a466657
parent2aa315c2e7333ca60c1258cfe5e154d225f1854d
LP1904788 Staff catalog browse results paging

Adds the ability to step through browse headings directly from the
heading record list page without having to return to the original browse
search

To test:

1. Navigate to the staff catalog and perform a Browse search.

2. Click on one of the headings and you'll be taken to the page which
lists the bib records that use the selected heading.

3. Click the Previous Heading / Next Heading buttons to step through the
headings and view the linked bib records.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Gina Monti <gmonti@biblio.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/catalog/browse/results.component.ts
Open-ILS/src/eg2/src/app/staff/catalog/catalog.module.ts
Open-ILS/src/eg2/src/app/staff/catalog/catalog.service.ts
Open-ILS/src/eg2/src/app/staff/catalog/result/browse-pager.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/result/browse-pager.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/result/results.component.html
Open-ILS/src/eg2/src/app/staff/catalog/result/results.component.ts
Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.ts