From 263762a01a6460332ef0cfea5df1e5b81c086df4 Mon Sep 17 00:00:00 2001 From: Michael Wood Date: Wed, 5 Oct 2016 17:08:49 -0700 Subject: toaster: api / project Cancel any in progress builds before project delete Before we finally delete any project make sure we send the cancel command to any in-progress builds. This ensures that an inaccessible build doesn't block up the system and that we don't get errors after deletion. [YOCTO #10289] Signed-off-by: Michael Wood Signed-off-by: bavery Signed-off-by: Richard Purdie --- lib/toaster/toastergui/templates/project.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'lib/toaster/toastergui/templates') diff --git a/lib/toaster/toastergui/templates/project.html b/lib/toaster/toastergui/templates/project.html index 7644dad2f..5abe24130 100644 --- a/lib/toaster/toastergui/templates/project.html +++ b/lib/toaster/toastergui/templates/project.html @@ -31,12 +31,14 @@

Are you sure you want to delete this project?