Confirm Archive Card.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2021-10-04 17:51:07 +03:00
parent 22cbd5097b
commit 6c3fcdcc4c
4 changed files with 14 additions and 5 deletions

View file

@ -48,7 +48,7 @@ RulesHelper = {
}
}
let matchesList = [value, '*'];
if (field === 'cardTitle') {
if ((field === 'cardTitle') && (value !== undefined)) {
matchesList = value.split(/\W/).concat(matchesList);
}
matchingMap[field] = {