mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 04:23:04 +00:00
96598: Test feedback pt. 3: submission - repair auto-refresh
This commit is contained in:

committed by
Alexandre Vryghem

parent
e4f483c308
commit
14fb379419
@@ -223,8 +223,8 @@ export class SubmissionSectionFormComponent extends SectionModelComponent {
|
||||
|
||||
const sectionDataToCheck = {};
|
||||
Object.keys(sectionData).forEach((key) => {
|
||||
if (this.sectionMetadata && this.sectionMetadata.includes(key)) {
|
||||
sectionDataToCheck[key] = sectionData[key];
|
||||
if (this.sectionData.data && hasValue(this.sectionData.data[key])) {
|
||||
sectionDataToCheck[key] = this.sectionData.data[key];
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user