Skip to content

Commit

Permalink
Update Tickets.php to include zp_tickets.userId in simpleTicketQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
rqi14 authored Jun 7, 2024
1 parent 6feff0a commit 329b478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Domain/Tickets/Repositories/Tickets.php
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ public function simpleTicketQuery(?int $userId, ?int $projectId): array|false
IF(zp_tickets.type <> "", zp_tickets.type, "task") AS type,
zp_tickets.status,
zp_tickets.tags,
zp_tickets.userId,
zp_tickets.editorId,
zp_tickets.dependingTicketId,
zp_tickets.milestoneid,
Expand Down

0 comments on commit 329b478

Please sign in to comment.