Skip to content

Commit 3bafc5d

Browse files
committed
bug in ticket list with category_id field
1 parent 9cb2e69 commit 3bafc5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Controllers/TicketsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function data($ticketList = 'active')
102102
'panichd_members.name AS owner_name',
103103
'panichd_tickets.user_id',
104104
'panichd_tickets.creator_id',
105-
'panichd_tickets.category_id',
105+
'panichd_categories.id as category_id',
106106
'panichd_categories.name AS category',
107107

108108
// Tag Columns

0 commit comments

Comments
 (0)