Skip to content
Snippets Groups Projects
Commit 062b005a authored by Jérémie BRISON's avatar Jérémie BRISON
Browse files

fix(form) : hide page (invite other person)

parent 6007a0df
No related branches found
No related tags found
3 merge requests!68Recette,!67Dev,!66Fix/form design create structure
......@@ -929,7 +929,7 @@
le site des services et démarches en ligne dans la Métropole de Lyon
</p>
</div>
<div *ngIf="currentPage == 24" class="page">
<div *ngIf="false" class="page">
<div class="title">
<h3>Voulez-vous inviter d’autres personnes dans cette structure ?</h3>
<p class="notRequired">facultatif</p>
......
......@@ -40,9 +40,9 @@ export class FormComponent implements OnInit {
public trainingCategories: { category: Category; openned: boolean }[] = [];
// Page and progress var
public currentPage = 17;
public currentPage = 0;
public progressStatus = 0;
public nbPagesForm = 25;
public nbPagesForm = 24;
public isPageValid: boolean;
public pagesValidation = [];
......@@ -345,7 +345,7 @@ export class FormComponent implements OnInit {
this.pagesValidation[21] = { valid: this.getStructureControl('description').valid };
this.pagesValidation[22] = { valid: this.getStructureControl('lockdownActivity').valid };
this.pagesValidation[23] = { valid: this.userAcceptSavedDate };
this.pagesValidation[24] = { valid: true };
//this.pagesValidation[24] = { valid: true };
this.updatePageValid();
}
......
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