mirror of
https://github.com/wekan/wekan.git
synced 2026-01-02 23:58:49 +01:00
* Fix bug with multiple label predicates
* Add new constants
This commit is contained in:
parent
69dc8f304c
commit
302ba75729
7 changed files with 88 additions and 87 deletions
|
|
@ -72,7 +72,7 @@ export class CardSearchPagedComponent extends BlazeComponent {
|
|||
if (this.queryErrors.length) {
|
||||
// console.log('queryErrors:', this.queryErrorMessages());
|
||||
this.hasQueryErrors.set(true);
|
||||
return null;
|
||||
// return null;
|
||||
}
|
||||
|
||||
if (cards) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue