]> git.evergreen-ils.org Git - contrib/Conifer.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:48:24 +0000 (10:48 -0400)
commitec252ff67dbe15dc87e016946938a15d6b4406a5
tree88835518d27ec522769d0049d613d88d446c3237
parent9520212ba3edf6fe356bf8c88b81f345579086f4
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]