Skip to content

Commit

Permalink
fixed left status into entry list endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lung committed Jun 1, 2024
1 parent 9c21c34 commit 327cbad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Participant/ParticipantRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ private function getRowsForEntryParticipant(Event $event, array $participantRole
participant.role,
participant.patrol_leader_id,
participant.entry_date,
participant.leave_date,
d.is_done AS sfh_done
')->from($this->getTable());

Expand Down

0 comments on commit 327cbad

Please sign in to comment.