Skip to content

Commit a4435bc

Browse files
Leonardo Mendoza FernadezLeonardo Mendoza Fernadez
authored andcommitted
fix/batch-of-fixes-2-feb
1 parent 426520c commit a4435bc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/app/core/register2/register2.form-adapter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ export function Register2FormAdapterMixin<T extends Constructor<any>>(base: T) {
140140
month: startDateGroup.startDateMonth,
141141
year: startDateGroup.startDateYear,
142142
},
143+
sourceId: { value: value.sourceId },
143144
city: { value: value.city },
144145
region: { value: value.region },
145146
country: { value: value.country },

src/app/register2/pages/register/register2.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
(selectionChange)="selectionChange($event)"
1111
role="tablist"
1212
>
13-
<!-- <mat-step [stepControl]="FormGroupStepA">
13+
<mat-step [stepControl]="FormGroupStepA">
1414
<ng-template matStepLabel i18n="@@register.personalData"
1515
>Personal data</ng-template
1616
>
@@ -30,7 +30,7 @@
3030
[personalData]="personalData"
3131
[reactivation]="reactivation"
3232
></app-step-b>
33-
</mat-step> -->
33+
</mat-step>
3434
<mat-step
3535
[stepControl]="FormGroupStepC2"
3636
[optional]="formGroupStepC2Optional"

0 commit comments

Comments
 (0)