]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1991103: Display a count of record notes in the staff catalog tab
authorJane Sandberg <sandbergja@gmail.com>
Sun, 18 Feb 2024 22:59:37 +0000 (14:59 -0800)
committerGalen Charlton <gmc@equinoxOLI.org>
Tue, 5 Mar 2024 14:45:29 +0000 (09:45 -0500)
commitdb672c3ec1cea5681c73ac54c20fabde7980ca31
treea53a31ecd7c131a3441b014927bbef2290597d41
parent8cb61f83faf7bdee5e70a891a68c31cf35e07fe5
LP1991103: Display a count of record notes in the staff catalog tab

To test:

1. Apply this patch.
2. Open a record in the staff catalog.
3. Add some record notes.  Note that the tab updates with the number of
   record notes on the record.
4. Delete some record notes. Note that the tab still updates
   accordingly.
5. Leave and come back to the record.  Note that the number still
   persists in that tab.

Release-Note: Show the total number of record notes in the Record Note tab in the staff catalog.

Sponsored-by: PaILS
Signed-off-by: Jane Sandberg <sandbergja@gmail.com>
Signed-off-by: Elizabeth Davis <elizabeth.davis@sparkpa.org>
Signed-off-by: Tiffany Little <tlittle@georgialibraries.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
13 files changed:
Open-ILS/src/eg2/src/app/share/catalog/bib-record.service.spec.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/catalog/bib-record.service.ts
Open-ILS/src/eg2/src/app/staff/catalog/catalog.service.ts
Open-ILS/src/eg2/src/app/staff/catalog/record/notes.component.spec.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/record/notes.component.ts
Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.css
Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html
Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.spec.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.ts
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm
Open-ILS/src/perlmods/live_t/39-record-summary.t [new file with mode: 0644]
docs/modules/cataloging/nav.adoc
docs/modules/cataloging/pages/record_notes.adoc [new file with mode: 0644]