]> git.evergreen-ils.org Git - working/Evergreen.git/commit - Open-ILS/src/templates/staff/cat/item/index.tt2
LP #1906859: Create carousels from items
authorJane Sandberg <js7389@princeton.edu>
Thu, 10 Aug 2023 03:06:47 +0000 (20:06 -0700)
committerTerran McCanna <tmccanna@georgialibraries.org>
Mon, 25 Mar 2024 18:43:15 +0000 (14:43 -0400)
commit26ab893556a5a145136f327c71f0bfd9c0281067
treeee2f66089255f9aa03d3cdf3c385115ea79df723
parentfc9d0ef5b65e9ca69ac6a1b9cb60db3f22a70c5e
LP #1906859: Create carousels from items

To test carousel creation from item buckets:
1. Create an item bucket
2. Add a variety of items to your bucket
3. Select all items
4. Open the buckets menu
5. Under items, select "Create Carousel from Bucket"
6. Give your new carousel a name
7. Go to Local Admin > Carousels and confirm that a carousel
now appears.
8. Open the record bucket for the new carousel and confirm
that it contains all the titles for the items.

To test carousel creation from item status:
1. Scan items into item status
2. Select all items
3. Open the actions menu
4. Select "Create Carousel from Selected Items"
5. Repeat steps 6-8 above

Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Andrea Buntz Neiman <abneiman@EquinoxOLI.org>
Signed-off-by: Katie Greenleaf Martin <kgm@sparkpa.org>
Signed-off-by: Blake <blake@mobiusconsortium.org>
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Actor/Carousel.pm
Open-ILS/src/perlmods/t/26-OpenILS-Application-Actor-Carousel.t [new file with mode: 0644]
Open-ILS/src/templates/staff/cat/bucket/copy/index.tt2
Open-ILS/src/templates/staff/cat/bucket/copy/t_grid_menu.tt2
Open-ILS/src/templates/staff/cat/catalog/t_create_carousel.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/cat/item/index.tt2
Open-ILS/src/templates/staff/cat/item/t_list.tt2
Open-ILS/web/js/ui/default/staff/cat/bucket/copy/app.js
Open-ILS/web/js/ui/default/staff/cat/item/app.js
Open-ILS/web/js/ui/default/staff/circ/services/item.js
docs/RELEASE_NOTES_NEXT/OPAC/item_carousels.adoc [new file with mode: 0644]