| commit | 2f8defb646de7e229032c50ea1425a4406b15e87 | [log] [tgz] |
|---|---|---|
| author | Peter Buschmann <peter.buschmann@pta.de> | Thu Jul 16 11:51:33 2020 +0200 |
| committer | Peter Buschmann <peter.buschmann@pta.de> | Thu Jul 16 11:51:33 2020 +0200 |
| tree | bed8f550a6da61fd3bad4c2d2fa6133c6bd80c3d | |
| parent | 252706b719beb148dd78464bd1deaf87f9c28705 [diff] | |
| parent | b71343613d2b447c42cd04cf2eb16008b80393fb [diff] |
Merge branch 'DEVELOP' of ssh://git.eclipse.org:29418/openk-usermodules/org.eclipse.openk-usermodules.gridFailureInformation.frontend into SI-1196-distribution-groups
diff --git a/projects/grid-failure-information-app/src/app/pages/grid-failure/grid-failure-details/grid-failure-details.sandbox.ts b/projects/grid-failure-information-app/src/app/pages/grid-failure/grid-failure-details/grid-failure-details.sandbox.ts index 5360890..feb87dd 100644 --- a/projects/grid-failure-information-app/src/app/pages/grid-failure/grid-failure-details/grid-failure-details.sandbox.ts +++ b/projects/grid-failure-information-app/src/app/pages/grid-failure/grid-failure-details/grid-failure-details.sandbox.ts
@@ -268,8 +268,8 @@ modalRef.componentInstance.body = 'ConfirmDialog.Deletion'; modalRef.result.then( () => { + this.actionsSubject.pipe(ofType(gridFailureActions.deleteGridFailureSuccess), take(1)).subscribe(()=>this._clear()); this.appState$.dispatch(gridFailureActions.deleteGridFailure({ gridFailureId: this._gridFailureId })); - this._clear(); }, () => { modalRef.close();