From c1ce2b0a2450c7805839a4002a55e83262210ac9 Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Wed, 16 May 2018 15:51:32 +0200 Subject: [PATCH] mgr/dashboard: Deletion dialog falsely executes deletion when pressing 'Cancel' If a deletion fails and the 'Cancel' button is pressed to close the dialog, then the deletion process is triggered again. Signed-off-by: Volker Theile (cherry picked from commit 0473b02872f9dbc1993ec5d6686484c24986e85c) --- .../components/deletion-modal/deletion-modal.component.html | 1 - .../components/deletion-modal/deletion-modal.component.ts | 4 ---- 2 files changed, 5 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/deletion-modal/deletion-modal.component.html b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/deletion-modal/deletion-modal.component.html index 8f89a8d9e8d6..5054785be89a 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/deletion-modal/deletion-modal.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/deletion-modal/deletion-modal.component.html @@ -7,7 +7,6 @@