You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eform-client/src/app/plugins/modules/time-planning-pn/components/plannings/time-planning-actions/workday-entity/workday-entity-dialog.component.html
Copy file name to clipboardExpand all lines: eform-client/src/app/plugins/modules/time-planning-pn/components/plannings/time-planning-actions/workday-entity/workday-entity-dialog.component.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,7 @@ export class WorkdayEntityDialogComponent implements OnInit {
134
134
];
135
135
136
136
letshift2Data={
137
+
shiftId: '2',
137
138
shift: this.translateService.instant('2nd'),
138
139
plannedStart: this.plannedStartOfShift2,
139
140
plannedEnd: this.plannedEndOfShift2,
@@ -144,6 +145,7 @@ export class WorkdayEntityDialogComponent implements OnInit {
0 commit comments