Reinstate fm-editor in Course List
authorKyle Huckins <khuckins@catalyte.io>
Thu, 12 Dec 2019 20:55:38 +0000 (20:55 +0000)
committerKyle Huckins <khuckins@catalyte.io>
Thu, 12 Dec 2019 20:55:38 +0000 (20:55 +0000)
- Undo removal of fm-editor in Course List

Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
 Changes to be committed:
modified:   Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-list.component.html

Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-list.component.html

index 459e872..1a3d9c6 100644 (file)
     <eg-grid-column label="Section Number" name="section_number" i18n-label></eg-grid-column>
     <eg-grid-column label="Is Archived?" name="is_archived" i18n-label datatype="bool"></eg-grid-column>
   </eg-grid>
-</div>
\ No newline at end of file
+</div>
+
+<eg-fm-record-editor #editDialog
+  idlClass="acmc"
+  [preloadLinkedValues]="true"
+  hiddenFields="id,is_archived">
+</eg-fm-record-editor>
\ No newline at end of file