Final commit detect duplicate

This commit is contained in:
Giuseppe
2018-10-03 10:33:54 +02:00
parent 25bb5fddf6
commit 6f4b9fc818
16 changed files with 461 additions and 506 deletions

View File

@@ -134,7 +134,7 @@ export class SectionsDirective implements OnDestroy, OnInit {
public setFocus(event) {
if (!this.active) {
this.store.dispatch(new SetActiveSectionAction(this.submissionId, this.sectionId));
this.submissionService.setActiveSection(this.submissionId, this.sectionId);
}
}