@@ -215,7 +215,7 @@ public class IssuesGrid : DynamicGrid<Kanban>, ISpecificGrid
CancellationToken token, Action<CoreTable?, Exception?> action)
{
criteria.Add(new Filter<Kanban>(x => x.Closed).IsNotEqualTo(Guid.Empty));
- // criteria.Add(new Filter<Kanban>(CustomerProperty).IsEqualTo(CustomerID.ToString()));
+ criteria.Add(new Filter<Kanban>(CustomerProperty).IsEqualTo(CustomerID.ToString()));
if(Options.PageSize > 0)
var inSort = sort;