From: Galen Charlton Date: Tue, 15 Sep 2020 01:12:24 +0000 (-0400) Subject: LP#1849212: (follow-up) refresh grid upon removing course material X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7605155fc8499fd417eeef999cb2b2be8abe921b;p=evergreen%2Fpines.git LP#1849212: (follow-up) refresh grid upon removing course material Signed-off-by: Galen Charlton --- 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 bb695193dd..9a8264cb8e 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 @@ -217,6 +217,8 @@ export class CourseAssociateMaterialComponent extends DialogComponent implements this.materialDeleteFailedString.current() .then(str => this.toast.danger(str)); } - ); + ).add(() => { + this.materialsGrid.reload(); + }); } }