rep defect 36

This commit is contained in:
2025-01-09 12:11:36 +00:00
parent b18e98a2d4
commit 0b541f8355
2 changed files with 76 additions and 57 deletions
+4 -1
View File
@@ -1029,7 +1029,10 @@ let MakeRepresentation = (props) => {
if (currentView.representationSubmit == true) {
console.log("capacity", currentView.representationCapacity);
console.log("has errors:", props.invalid);
Object.assign(values, { "locale": router.locale });
Object.assign(values, {
"locale": router.locale,
"repComplete": currentView.caseReference.currentReference,
});
props.invalid == false &&
updateRepresentation(values, false, false);
// values.hasOwnProperty("representationDocuments") &&