Skip to content

Commit 5b0d3c5

Browse files
compwronCopilot
andauthored
Update app/datatables/case_contact_datatable.rb
Co-authored-by: Copilot <[email protected]>
1 parent bbd78c1 commit 5b0d3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/datatables/case_contact_datatable.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def raw_records
4444
base_relation
4545
.joins("INNER JOIN users creators ON creators.id = case_contacts.creator_id")
4646
.left_joins(:casa_case)
47-
.includes(:contact_types, :contact_topics, :followups)
47+
.includes(:contact_types, :contact_topics, :followups, :creator)
4848
.order(order_clause)
4949
.order(:id)
5050
end

0 commit comments

Comments
 (0)