Skip to content
Snippets Groups Projects
Commit 66978ffb authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

Merge branch '440-orientation-ecran-avec-uniquement-un-titre' into 'dev'

Resolve "[Orientation] - Ecran avec uniquement un titre"

See merge request !657
parents f19ab7f7 f9963080
No related branches found
No related tags found
2 merge requests!783V3.0.0,!657Resolve "[Orientation] - Ecran avec uniquement un titre"
......@@ -284,6 +284,7 @@ export class OrientationFormViewComponent implements OnInit, AfterContentChecked
// Skip first screen appointment info for learnSkills
if (this.indicatorNeedType === NeedsType.learnSkills) {
this.currentStep = AppointmentSteps.infoScreen + 1;
this.skipStructureOrientator(true);
} else {
this.currentStep = AppointmentSteps.infoScreen;
}
......@@ -540,6 +541,9 @@ export class OrientationFormViewComponent implements OnInit, AfterContentChecked
if (this.currentStep === AppointmentSteps.structureOrientator + 1) {
this.skipStructureOrientator(false);
}
if (this.indicatorNeedType === NeedsType.learnSkills && this.currentStep === AppointmentSteps.infoScreen + 1) {
this.currentStep--;
}
if (this.currentStep === AppointmentSteps.carto) {
this.fullScreen = false;
}
......
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