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 842db97 commit 0b0c3b1Copy full SHA for 0b0c3b1
app/controllers/patients_controller.rb
@@ -81,7 +81,7 @@ def set_patient
81
notify_log_entries: :sent_by,
82
parents: :parent_relationships,
83
patient_sessions: %i[location session_attendances],
84
- triages: :performed_by_user,
+ triages: :performed_by,
85
vaccination_records: [:performed_by_user, { vaccine: :programme }]
86
)
87
.strict_loading
0 commit comments