Scanning for LeafWeb data submission errors

This commit is contained in:
2020-08-11 21:07:46 -04:00
parent 5dfc65a83a
commit 9f654822f8
10 changed files with 98 additions and 60 deletions
+7
View File
@@ -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 =>