[ADF-3430] E2E for using fields to filter Process List (#4040)

This commit is contained in:
jdosti
2019-01-15 17:23:52 +00:00
committed by Eugenio Romano
parent 9fd9e7f4a9
commit 71c0fd0046
20 changed files with 393 additions and 24 deletions

View File

@@ -56,6 +56,6 @@ var FormDefinitionModel = function (fields) {
return field[key]===value;
})
};
}
};
module.exports = FormDefinitionModel;