From: Jane Sandberg Date: Sat, 1 Aug 2020 05:41:21 +0000 (-0700) Subject: LP1849212: fixes to course associate fields and grid X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c9e0195f8acf07ab02db176e9ce893ab6122647e;p=working%2FEvergreen.git LP1849212: fixes to course associate fields and grid Signed-off-by: Jane Sandberg --- 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 724545a030..242357be22 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 @@ -158,16 +158,6 @@ placeholder="e.g. Required" class="flex-grow-1" /> -
-
-
- Relationship -
- -
-
@@ -184,18 +174,18 @@
- Relationship +
-
- + Relationship
-
@@ -213,14 +203,14 @@
- + - - + + diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-associate-material.component.ts b/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-associate-material.component.ts index 5fdd40437a..541ea1a8b1 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-associate-material.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-associate-material.component.ts @@ -28,7 +28,7 @@ export class CourseAssociateMaterialComponent extends DialogComponent implements @Input() displayMode: String; materials: any[] = []; @ViewChild('editDialog', { static: true }) editDialog: FmRecordEditorComponent; - @ViewChild('materialsGrid', {static: true}) materialsGrid: GridComponent; + @ViewChild('materialsGrid', {static: false}) materialsGrid: GridComponent; @ViewChild('materialDeleteFailedString', { static: true }) materialDeleteFailedString: StringComponent; @ViewChild('materialDeleteSuccessString', { static: true })