Scanning for LeafWeb data submission errors
This commit is contained in:
@@ -63,6 +63,12 @@ namespace LeafWeb.WebCms.Models
|
||||
|
||||
public bool ShowOnlySuccessfullyCompleted => !string.IsNullOrEmpty(compl);
|
||||
|
||||
[Display(Name = "Show Only Erred")]
|
||||
[UIHint("Checkbox")]
|
||||
public string erred { get; set; }
|
||||
|
||||
public bool ShowOnlyErred => !string.IsNullOrEmpty(erred);
|
||||
|
||||
[Display(Name = "Only my data")]
|
||||
[UIHint("Checkbox")]
|
||||
public string usr { get; set; }
|
||||
@@ -83,6 +89,7 @@ namespace LeafWeb.WebCms.Models
|
||||
&& string.IsNullOrEmpty(tleaf)
|
||||
&& string.IsNullOrEmpty(phips2)
|
||||
&& string.IsNullOrEmpty(compl)
|
||||
&& string.IsNullOrEmpty(erred)
|
||||
);
|
||||
|
||||
public bool HasParameters =>
|
||||
|
||||
Reference in New Issue
Block a user