From: Jane Sandberg Date: Sat, 15 Aug 2020 18:55:14 +0000 (-0700) Subject: more fixing X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d835901765c9399fb58399470d2672f0d0e03e0c;p=working%2FEvergreen.git more fixing Signed-off-by: Jane Sandberg --- diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-list.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-list.component.html index 2ecbb3a677..b66f0ec858 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-list.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-list.component.html @@ -53,7 +53,7 @@ - + Terms taught diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-page.component.ts b/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-page.component.ts index dc8b58285d..d104f71dca 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-page.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-page.component.ts @@ -60,7 +60,8 @@ export class CoursePageComponent implements OnInit { order_by: orderBy }; - return this.pcrud.search('acmtcm', {course: this.courseId}, searchOps); + return this.pcrud.search('acmtcm', {course: this.courseId}, + searchOps, {fleshSelectors: true}); }; }