summaryrefslogtreecommitdiffstats
path: root/models/boards.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/boards.js')
-rw-r--r--models/boards.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/models/boards.js b/models/boards.js
index c17c7351..25cf5e37 100644
--- a/models/boards.js
+++ b/models/boards.js
@@ -473,6 +473,8 @@ Boards.helpers({
if (this.isTemplatesBoard()) {
query.type = 'template-card';
query.archived = false;
+ } else {
+ query.type = {$nin: ['template-card']};
}
const projection = { limit: 10, sort: { createdAt: -1 } };