]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1922120: Add to carousel action in angular catalog
authorJane Sandberg <sandbej@linnbenton.edu>
Fri, 28 May 2021 02:32:27 +0000 (19:32 -0700)
committerGalen Charlton <gmc@equinoxOLI.org>
Wed, 2 Jun 2021 14:55:28 +0000 (10:55 -0400)
commit55d40aca5150fe3bea17b2fba0b2e03420dc12dd
tree4be7269c46e419dd3c0a9a29d7c9d799f0b9c1b6
parent2c2a4903325313e8617f30580a7de997c455a742
LP1922120: Add to carousel action in angular catalog

To test:

1) Create several manual carousels, and make sure they are
set to active.
2) Open a bib record in the Angular staff catalog.
3) Under Other Actions, choose the "Add to Carousel" action
4) Choose your preferred carousel.
5) Click Add to carousel.
6) Go back to carousel administration (or look at the carousel
itself), and confirm that the record has been added to the
carousel in question.

Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/catalog/catalog.module.ts
Open-ILS/src/eg2/src/app/staff/catalog/record/actions.component.html
Open-ILS/src/eg2/src/app/staff/catalog/record/add-to-carousel-dialog.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/record/add-to-carousel-dialog.component.ts [new file with mode: 0644]