rep defect 42, questionnaire defect 67, enf defect 16

This commit is contained in:
2025-02-03 17:04:05 +00:00
parent f2d02dc7d3
commit bedaa79281
6 changed files with 35 additions and 15 deletions
+9 -8
View File
@@ -1137,14 +1137,15 @@ let MakeRepresentation = (props) => {
var dataObj = values;
uploadRepFiles(
dataObj,
[{}],
values.containerID,
props.caseReference + "/" + dataObj.repfile_name
).then((data) => {
return data;
});
(values = updateLinks(values)),
uploadRepFiles(
dataObj,
[{}],
values.containerID,
props.caseReference + "/" + dataObj.repfile_name
).then((data) => {
return data;
});
};
const repForm = props.props.form;