From 05237d3162f3cd25ae831db4b0b2ad424ae243a4 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Fri, 3 Mar 2023 15:55:43 -0800 Subject: [PATCH] LP1972917: fix circ modifier column in course materials grid To test: 1. Add a circulation modifier to your system if it doesn't already have some. 2. In Local Admin > Course Materials > Edit Course > Course Materials, turn on the circ modifier column in the grid. 3. Associate an item with the course using its barcode. Make sure you have selected a circulation modifier and checked the circulation modifier box. 4. Press the "Add Material" button. 5. Note that the circulation modifier column says "[Object object]" 6. Apply this patch and repeat steps 2-4. 7. Note that the column now has the name of the circulation modifier. Signed-off-by: Jane Sandberg Signed-off-by: Jennifer Pringle Signed-off-by: Beth Willis Signed-off-by: Galen Charlton --- .../local/course-reserves/course-associate-material.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-associate-material.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-associate-material.component.html index a926206ace..4cfe7baf21 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-associate-material.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-associate-material.component.html @@ -209,7 +209,7 @@ - + -- 2.11.0