Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fixes during assessment party #1387

Merged
merged 5 commits into from
Dec 1, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
start of the phase will change based on the anticipated date of the f…
…irst event of the first phase
dinesh-aot committed Dec 1, 2023
commit 3f884a5b48694ac6004000942f81dda131fcea77
3 changes: 1 addition & 2 deletions epictrack-api/src/api/services/event.py
Original file line number Diff line number Diff line change
@@ -287,8 +287,7 @@ def _process_events(
):
cls._complete_work_phase(current_work_phase)
if (
event.actual_date
and event.event_configuration.event_position.value
event.event_configuration.event_position.value
== EventPositionEnum.START.value
):
current_work_phase.start_date = event.actual_date