@hmcts/ccd-case-ui-toolkit 6.19.14-rc1 → 6.19.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js.map +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js.map +1 -1
- package/esm2015/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.js +2 -2
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +1 -1
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/package.json +1 -1
|
@@ -27838,7 +27838,7 @@
|
|
|
27838
27838
|
var _d;
|
|
27839
27839
|
return Object.assign(o, (_d = {}, _d[key.id] = key.value, _d));
|
|
27840
27840
|
}, {});
|
|
27841
|
-
this.allFieldsValues = Object.assign(this.metadataFieldsObject
|
|
27841
|
+
this.allFieldsValues = Object.assign(this.metadataFieldsObject, this.editForm.getRawValue().data);
|
|
27842
27842
|
// Indicates if the submission is for a Case Flag, as opposed to a "regular" form submission, by the presence of
|
|
27843
27843
|
// a FlagLauncher field in the event trigger
|
|
27844
27844
|
this.caseEdit.isCaseFlagSubmission =
|