瀏覽代碼

Global Search Card Detail Popup shows now the description too

Martin Filser 4 年之前
父節點
當前提交
72ddd66495
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      server/publications/cards.js

+ 1 - 0
server/publications/cards.js

@@ -489,6 +489,7 @@ function buildProjection(query) {
       labelIds: 1,
       customFields: 1,
       userId: 1,
+      description: 1,
     },
     sort: {
       boardId: 1,