Add cancel
This commit is contained in:
@@ -47,15 +47,15 @@ namespace LeafWeb.WebCms.Models
|
||||
[Display(Name = "Piscal Warning")]
|
||||
public string OutputWarningMessage { get; set; }
|
||||
|
||||
//[UIHint("Status")]
|
||||
//public string CurrentStatus { get; set; }
|
||||
|
||||
[UIHint("LeafInputStatusViewModels")]
|
||||
public List<LeafInputStatusViewModel> StatusHistory { get; set; }
|
||||
|
||||
[HiddenInput(DisplayValue = false)]
|
||||
public bool HasLeafChart { get; set; }
|
||||
|
||||
[HiddenInput(DisplayValue = false)]
|
||||
public bool HasOutputFiles { get; set; }
|
||||
|
||||
[HiddenInput(DisplayValue = false)]
|
||||
public bool IsRunning { get; set; }
|
||||
|
||||
@@ -65,6 +65,9 @@ namespace LeafWeb.WebCms.Models
|
||||
[HiddenInput(DisplayValue = false)]
|
||||
public bool IsDeletable { get; set; }
|
||||
|
||||
[HiddenInput(DisplayValue = false)]
|
||||
public bool IsCancellable { get; set; }
|
||||
|
||||
static LeafInputDetails()
|
||||
{
|
||||
Mapper.CreateMap<LeafInputFile, string>().ConvertUsing(file => file?.Contents.GetString());
|
||||
|
||||
Reference in New Issue
Block a user