Skip to content

Commit

Permalink
[Track-303-2] Fix phase loop to end when correct phase is chosen (#2479)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolkamps1 authored Dec 12, 2024
1 parent 55489c7 commit d8c705a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions epictrack-api/src/api/reports/resource_forecast_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ def _update_month_labels(self, works, start_events):
event_to_show = next_event or {"event_phase": "", "phase_color": "#FFFFFF"}
else:
event_to_show = event
break
phase_label = self.month_labels[index]
work.update(
{
Expand Down

0 comments on commit d8c705a

Please sign in to comment.