Add synonyms for imported
This commit is contained in:
parent
78593ac91d
commit
42f49b02ab
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ class ImportInspector extends VariableUiElement {
|
|||
status = "already_mapped"
|
||||
} else if (lastComment.indexOf("invalid") >= 0 || lastComment.indexOf("incorrecto") >= 0) {
|
||||
status = "invalid"
|
||||
} else if (lastComment.indexOf("imported") >= 0) {
|
||||
} else if (["imported","erbij","toegevoegd"].some(keyword => lastComment.indexOf(keyword) >= 0)) {
|
||||
status = "imported"
|
||||
} else {
|
||||
status = "closed"
|
||||
|
|
Loading…
Reference in a new issue