Skip to content

Commit

Permalink
Filter out archived cards (#1478)
Browse files Browse the repository at this point in the history
Signed-off-by: Dvinyanin Alexandr <dvinyanin.alexandr@gmail.com>
  • Loading branch information
Dvinyanin authored Apr 21, 2022
1 parent 0843db0 commit 588dd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/board-resources/src/components/KanbanView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
{space}
{search}
{options}
query={{ doneState: null }}
query={{ doneState: null, isArchived: {$nin: [true]} }}
{states}
fieldName={'state'}
rankFieldName={'rank'}
Expand Down

0 comments on commit 588dd22

Please sign in to comment.