]> git.evergreen-ils.org Git - Evergreen.git/commit
lp1959010 toward Staff View tab
authorJason Etheridge <jason@EquinoxOLI.org>
Mon, 3 Oct 2022 04:12:02 +0000 (00:12 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Tue, 28 Mar 2023 14:46:17 +0000 (10:46 -0400)
commit516d88f97681c009cba3e37c10f731bc5bf80f1d
tree1db06205dc4d7447550461cb916a2a468b5cf7f4
parent36b06264874bd1d7f014e34d12dd6e88cb2f2461
lp1959010 toward Staff View tab

* make our Staff View tab with the new BibStaffView widget
* seed our BibStaffView with BibSummary
* first attempt at changing some identifiers with our seed code
* experimenting with layout and stripping courses functionality
* simplifying the layout for now and adding display fields
* moar data
* layout tweaks and propagate metabib attributes for Formats and Editions
* don't cross the streams with metabib related
* field names for the record and metabib variants of the catalog_summary call.  This would otherwise break some links in search results involving bibs with metarecords.
* hyperlinks for the formats and editions in the catalog staff view
* fix catalog_summary vs catalog_summary.staff bug
* searchOrg depth was being passed where a boolean was expected
* This seems like a failure of TypeScript to detect.. type.  What was going on here?
* layout and css tweaking
* fixing toc and relocating it and some other fields to column 1
* label fix

Signed-off-by: Jason Etheridge <jason@EquinoxOLI.org>
Signed-off-by: Mary Llewellyn <mllewell@biblio.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/share/catalog/bib-record.service.ts
Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html
Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.ts
Open-ILS/src/eg2/src/app/staff/common.module.ts
Open-ILS/src/eg2/src/app/staff/share/bib-staff-view/bib-staff-view.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/bib-staff-view/bib-staff-view.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/bib-staff-view/bib-staff-view.component.ts [new file with mode: 0644]
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm