Rename "completed" to "compl", trying to fix binding problem again
seems to have worked.
This commit is contained in:
@@ -57,7 +57,7 @@ namespace LeafWeb.WebCms.Models
|
||||
public string phips2 { get; set; }
|
||||
|
||||
[Display(Name = "Show Only Successfully Completed")]
|
||||
public bool completed { get; set; }
|
||||
public bool compl { get; set; }
|
||||
|
||||
public bool HasExtendedParameters =>
|
||||
!(
|
||||
@@ -71,7 +71,7 @@ namespace LeafWeb.WebCms.Models
|
||||
&& string.IsNullOrEmpty(pari)
|
||||
&& string.IsNullOrEmpty(tleaf)
|
||||
&& string.IsNullOrEmpty(phips2)
|
||||
&& !completed
|
||||
&& !compl
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user