mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Confirm Archive Card.
Thanks to xet7 !
This commit is contained in:
parent
22cbd5097b
commit
6c3fcdcc4c
4 changed files with 14 additions and 5 deletions
|
|
@ -48,7 +48,7 @@ RulesHelper = {
|
|||
}
|
||||
}
|
||||
let matchesList = [value, '*'];
|
||||
if (field === 'cardTitle') {
|
||||
if ((field === 'cardTitle') && (value !== undefined)) {
|
||||
matchesList = value.split(/\W/).concat(matchesList);
|
||||
}
|
||||
matchingMap[field] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue