Skip to content
Snippets Groups Projects
Commit 66287ff7 authored by Antonin COQUET's avatar Antonin COQUET
Browse files

fix: changes after review

parent 4e7ee072
No related branches found
No related tags found
3 merge requests!178release V1.10.0,!135Dev,!128Feat/formulaire feedback
......@@ -157,6 +157,7 @@ export class FormComponent implements OnInit {
this.profile = user;
});
this.router.navigateByUrl('create-structure');
this.progressStatus += (100 / this.nbPagesForm) * 2;
this.pagesValidation[PageTypeEnum.accountInfo] = { valid: true };
this.pagesValidation[PageTypeEnum.accountCredentials] = { valid: true };
this.currentPage = PageTypeEnum.structureNameAndAddress;
......@@ -714,8 +715,6 @@ export class FormComponent implements OnInit {
}
if (this.currentPage == PageTypeEnum.structureWorkshop) {
//console.log('procedure:', this.proceduresAccompaniment.);
// console.log('public:', this..modules);
if (
!this.structureForm.get('baseSkills').value.length &&
!this.structureForm.get('accessRight').value.length &&
......@@ -756,8 +755,6 @@ export class FormComponent implements OnInit {
this.progressStatus -= 100 / this.nbPagesForm;
}
if (this.currentPage == PageTypeEnum.structureWifi) {
//console.log('procedure:', this.proceduresAccompaniment.);
// console.log('public:', this..modules);
if (
!this.structureForm.get('baseSkills').value.length &&
!this.structureForm.get('accessRight').value.length &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment