@hmcts/ccd-case-ui-toolkit 6.19.6-rc2 → 6.19.6-rc3
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 +3 -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/case-edit.component.js +4 -2
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +3 -1
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -10205,7 +10205,9 @@
|
|
|
10205
10205
|
rawFormValueData[key] = parentField.formatted_value[caseField.id];
|
|
10206
10206
|
}
|
|
10207
10207
|
else {
|
|
10208
|
-
|
|
10208
|
+
if (!(caseField.hidden && caseField.retain_hidden_value)) {
|
|
10209
|
+
rawFormValueData[key] = caseField.formatted_value;
|
|
10210
|
+
}
|
|
10209
10211
|
}
|
|
10210
10212
|
}
|
|
10211
10213
|
}
|