We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de771a9 commit be9d871Copy full SHA for be9d871
app/models/case_court_report_context.rb
@@ -108,7 +108,7 @@ def org_address(path_to_template)
108
def court_topics
109
topics = ContactTopic
110
.joins(contact_topic_answers: {case_contact: [:casa_case, :contact_types]}).distinct
111
- .where(contact_topics: { exclude_from_court_report: false })
+ .where(contact_topics: {exclude_from_court_report: false})
112
.where("casa_cases.id": @casa_case.id)
113
.where("case_contacts.occurred_at": @date_range)
114
.order(:occurred_at, :value)
0 commit comments