10489 unable to submit on submission of case
This commit is contained in:
@@ -228,8 +228,14 @@ export const getProgressObj = (
|
|||||||
"totalFields": formObj[key].fieldsTotal,
|
"totalFields": formObj[key].fieldsTotal,
|
||||||
"allFieldsComplete":
|
"allFieldsComplete":
|
||||||
titleList[key].value == "Upload documents"
|
titleList[key].value == "Upload documents"
|
||||||
? _.has(props.props.appealType.fileList, "value") &&
|
? (_.has(props.props.appealType.fileList, "value") &&
|
||||||
props.props.appealType.fileList.value.length > 0
|
props.props.appealType.fileList.value.length >
|
||||||
|
0) ||
|
||||||
|
(_.has(props.props.form.appealForm, "values") &&
|
||||||
|
Object.keys(
|
||||||
|
props.props.form.appealForm.values
|
||||||
|
).filter((k) => k.startsWith("pinswg_fileUpload"))
|
||||||
|
.length > 0)
|
||||||
: rowCount == formObj[key].fieldsTotal,
|
: rowCount == formObj[key].fieldsTotal,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user