Merge branch 'feature/PMCORE-3049' of https://bitbucket.org/colosa/processmaker into feature/PMCORE-3164

This commit is contained in:
Henry Jordan
2021-07-14 20:54:46 +00:00
36 changed files with 1230 additions and 286 deletions

View File

@@ -358,7 +358,9 @@ export default {
};
_.forIn(this.filters, function (item, key) {
filters[item.filterVar] = item.value;
if(filters && item.value) {
filters[item.filterVar] = item.value;
}
});
return new Promise((resolutionFunc, rejectionFunc) => {
api.cases