浏览代码

Added filter back in

Kenric Nugteren 8 月之前
父节点
当前提交
b5c8d4cd29
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      prs.desktop/Forms/Issues/IssuesGrid.cs

+ 1 - 1
prs.desktop/Forms/Issues/IssuesGrid.cs

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