Skip to content

Commit 9448183

Browse files
committed
Fixing missing commentOffice save part.
1 parent 9de9bd2 commit 9448183

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eform-client/src/app/plugins/modules/time-planning-pn/components/plannings/time-planning-actions/workday-entity/workday-entity-dialog.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,7 @@ export class WorkdayEntityDialogComponent implements OnInit {
750750
// Rens paidOutFlex
751751
this.data.planningPrDayModels.paidOutFlex =
752752
this.data.planningPrDayModels.paidOutFlex === null ? 0 : this.data.planningPrDayModels.paidOutFlex;
753+
this.data.planningPrDayModels.commentOffice = this.workdayForm.get('commentOffice')?.value;
753754
}
754755

755756
// ===== Genberegn plan/actual/todaysFlex og sumFlexEnd (samme logik som før, men baseret på form) =====

0 commit comments

Comments
 (0)