LP1819498 Angular staff catalog call number browse
authorBill Erickson <berickxx@gmail.com>
Mon, 11 Mar 2019 15:37:30 +0000 (11:37 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 29 May 2019 19:32:20 +0000 (15:32 -0400)
commitb0057ae38696f07f8a367bc358aaabd276929b7f
tree3dc8ee3f249cf5c3ff2587bf8ecdf38f6ce1e63f
parent02fbf55bf54298a9ae65aa336b47cf9bfddcaaa5
LP1819498 Angular staff catalog call number browse

Implements call number browse as a vertical paged set, similiar to the
browse UI and search results.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
20 files changed:
Open-ILS/src/eg2/src/app/share/accesskey/accesskey.service.ts
Open-ILS/src/eg2/src/app/share/catalog/catalog-url.service.ts
Open-ILS/src/eg2/src/app/share/catalog/catalog.service.ts
Open-ILS/src/eg2/src/app/share/catalog/search-context.ts
Open-ILS/src/eg2/src/app/staff/catalog/browse.component.html
Open-ILS/src/eg2/src/app/staff/catalog/browse.component.ts
Open-ILS/src/eg2/src/app/staff/catalog/browse/results.component.ts
Open-ILS/src/eg2/src/app/staff/catalog/catalog.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/cnbrowse.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/cnbrowse.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/cnbrowse/results.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/cnbrowse/results.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/resolver.service.ts
Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html
Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.ts
Open-ILS/src/eg2/src/app/staff/catalog/routing.module.ts
Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html
Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.ts