Skip to content

Commit e06f1e3

Browse files
authored
fix: TT-485 switch time entry (#784)
* feat: TT-466 First commit for clockout frontend * fix: TT-466 fix comments * fix: TT-485 switch time entry to new project
1 parent f913333 commit e06f1e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/modules/time-clock/store/entry.effects.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export class EntryEffects {
2323
const stopDateForEntry = new Date(response.end_date);
2424
stopDateForEntry.setSeconds(stopDateForEntry.getSeconds() + 1);
2525
const entry = {
26+
activity_id: response.activity_id,
2627
project_id: action.idProjectSwitching,
2728
start_date: stopDateForEntry.toISOString(),
2829
timezone_offset: new Date().getTimezoneOffset(),

0 commit comments

Comments
 (0)