trying to fix query in submission entities

This commit is contained in:
lotte
2020-02-06 16:28:39 +01:00
parent 2fc1e6e827
commit 0f539ea7d7
8 changed files with 22 additions and 25 deletions

View File

@@ -333,6 +333,7 @@ export class SubmissionObjectEffects {
if (notify && !currentState.sections[sectionId].enabled) {
this.submissionService.notifyNewSection(submissionId, sectionId, currentState.sections[sectionId].sectionType);
}
console.log(submissionId, sectionId, sectionData, sectionErrors);
mappedActions.push(new UpdateSectionDataAction(submissionId, sectionId, sectionData, sectionErrors));
}