From ad973d2898f73f06176edf87f680b6dac3ae2599 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Mon, 3 Oct 2022 18:22:48 -0700 Subject: [PATCH] LP1972928: Show course user role dropdown choices without typing To test: 1. Go to Admin > Local Admin > Course List 2. Choose a course 3. Go to the Course users tab 4. Activate the Role dropdown. 5. Note that no options appear. 6. Apply the patch 7. Repeat steps 1-5 8. Note that the role options appear when you activate the dropdown now Signed-off-by: Jane Sandberg Signed-off-by: Jennifer Pringle Signed-off-by: Stephanie Leary --- .../admin/local/course-reserves/course-associate-users.component.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-associate-users.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-associate-users.component.html index 39140f9985..d7764ec389 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-associate-users.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-associate-users.component.html @@ -45,7 +45,8 @@ + [asyncSupportsEmptyTermClick]="true" + [disabled]="currentCourse && (courseIsArchived || currentCourse.is_archived()) === 't'"> -- 2.11.0