浏览代码

Global Search Card Detail Popup shows now the description too

Martin Filser 3 年之前
父节点
当前提交
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,