mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
start work on searching in comments
This commit is contained in:
parent
b40d53df84
commit
dd163b9923
4 changed files with 22 additions and 0 deletions
|
|
@ -212,6 +212,7 @@ BlazeComponent.extendComponent({
|
|||
'operator-due': 'dueAt',
|
||||
'operator-created': 'createdAt',
|
||||
'operator-modified': 'modifiedAt',
|
||||
'operator-comment': 'comments',
|
||||
};
|
||||
|
||||
const operatorMap = {};
|
||||
|
|
@ -233,6 +234,7 @@ BlazeComponent.extendComponent({
|
|||
dueAt: null,
|
||||
createdAt: null,
|
||||
modifiedAt: null,
|
||||
comments: [],
|
||||
};
|
||||
|
||||
let text = '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue