Update chart link
This commit is contained in:
@@ -81,7 +81,7 @@ namespace LeafWeb.WebCms.Controllers
|
||||
var leafInput = DataService.GetLeafInput(id);
|
||||
|
||||
// don't allow currently running LeafInput to be deleted
|
||||
if (leafInput.IsRunning)
|
||||
if (leafInput.IsInProgress)
|
||||
{
|
||||
SetStatusMessage($"LeafInput '{leafInput.Identifier}' is currently running!", StatusType.Error);
|
||||
return View(Request.UrlReferrer.ToString());
|
||||
|
||||
Reference in New Issue
Block a user