mirror of
https://github.com/wekan/wekan.git
synced 2026-01-02 15:48:49 +01:00
Fix for Due Cards and some cleanup
This commit is contained in:
parent
06cae36199
commit
07aa20a3cd
4 changed files with 40 additions and 11 deletions
|
|
@ -193,6 +193,10 @@ export class Query {
|
|||
return this.queryParams.getParams();
|
||||
}
|
||||
|
||||
addPredicate(operator, predicate) {
|
||||
this.queryParams.addPredicate(operator, predicate);
|
||||
}
|
||||
|
||||
buildParams(queryText) {
|
||||
queryText = queryText.trim();
|
||||
// eslint-disable-next-line no-console
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue