Skip to content

Commit

Permalink
Merge pull request #1 from yarsanich/new_status_filter
Browse files Browse the repository at this point in the history
update status in filter
  • Loading branch information
leits authored Sep 27, 2017
2 parents c33feda + 0545c56 commit 3068a37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function(doc, req) {
if(doc.status == "verification" || doc.status == "dissolved") {return true;}
if(doc.status == "verification" || doc.status == "pending.dissolution") {return true;}
return false;
}

0 comments on commit 3068a37

Please sign in to comment.