Revize a889e829
Přidáno uživatelem Václav Jirák před téměř 6 roky(ů)
webapp/src/app/dashboard/employer-dashboard/employer-dashboard.component.html | ||
---|---|---|
18 | 18 |
></app-days-off-approval> |
19 | 19 |
</div> |
20 | 20 |
|
21 |
<div class="employer-dashboard-oncoming-days-off"
|
|
21 |
<div class="employer-dashboard-oncoming-vacation"
|
|
22 | 22 |
*ngIf="oncomingVacation && oncomingVacation.length > 0"> |
23 | 23 |
<app-coming-days-off |
24 | 24 |
[oncomingVacation]="oncomingVacation" |
webapp/src/app/dashboard/employer-dashboard/employer-dashboard.component.ts | ||
---|---|---|
83 | 83 |
type: data.vacationType |
84 | 84 |
}, |
85 | 85 |
this.localizationService.getCurrentLanguage() |
86 |
).subscribe(() => this.loadMonthVacation(this.selectedMonth)); |
|
86 |
).subscribe(() => { |
|
87 |
this.loadMonthVacation(this.selectedMonth); |
|
88 |
this.loadOncomingVacation(); |
|
89 |
}); |
|
87 | 90 |
} |
88 | 91 |
}); |
89 | 92 |
} |
Také k dispozici: Unified diff
Oncoming vacation component is now refreshed after vacation request