Skip to content

Commit

Permalink
Merge pull request stakwork#782 from MahtabBukhari/Update-the-Front-E…
Browse files Browse the repository at this point in the history
…nd-Websocket-processing-on-Phase-Planner
  • Loading branch information
humansinstitute authored Dec 17, 2024
2 parents 6f206ff + b5fbae5 commit 609ae03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/people/widgetViews/PhasePlannerView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ const PhasePlannerView: React.FC = observer(() => {
try {
const ticket = await main.getTicketDetails(ticketUuid);

if (ticket.UUID) {
ticket.uuid = ticket.UUID;
}

phaseTicketStore.addTicket(ticket);

const groupId = ticket.ticket_group || ticket.uuid;

const latestTicket = phaseTicketStore.getLatestVersionFromGroup(groupId);
Expand Down

0 comments on commit 609ae03

Please sign in to comment.