Skip to content

Commit

Permalink
Merge pull request #2411 from tom0827/TRACK-190
Browse files Browse the repository at this point in the history
TRACK-190: fix setting event actual when previous event deleted
  • Loading branch information
tom0827 authored Oct 4, 2024
2 parents 04e9d73 + 7b3072e commit 5d03bb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions epictrack-api/src/api/services/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,7 @@ def find_events(
)
.filter(
Event.is_active.is_(True),
Event.is_deleted.is_(False),
Event.work_id == work_id,
EventConfiguration.is_active.is_(True),
)
Expand Down

0 comments on commit 5d03bb0

Please sign in to comment.