diff --git a/src/app/core/submission/submission-response-parsing.service.ts b/src/app/core/submission/submission-response-parsing.service.ts index d4433b5a61d..b49e0c5b8e9 100644 --- a/src/app/core/submission/submission-response-parsing.service.ts +++ b/src/app/core/submission/submission-response-parsing.service.ts @@ -51,7 +51,8 @@ export function normalizeSectionData(obj: any, objIndex?: number) { (obj.display || obj.value), obj.place || objIndex, obj.confidence, - obj.otherInformation + obj.otherInformation, + obj.source ); } else if (Array.isArray(obj)) { result = []; diff --git a/src/app/shared/form/builder/ds-dynamic-form-ui/models/onebox/dynamic-onebox.component.html b/src/app/shared/form/builder/ds-dynamic-form-ui/models/onebox/dynamic-onebox.component.html index aa5eca1da4f..bc98b84464b 100644 --- a/src/app/shared/form/builder/ds-dynamic-form-ui/models/onebox/dynamic-onebox.component.html +++ b/src/app/shared/form/builder/ds-dynamic-form-ui/models/onebox/dynamic-onebox.component.html @@ -7,7 +7,13 @@