Skip to content

Commit 0b0c3b1

Browse files
committed
Fix triage strict loading field
This was named incorrectly.
1 parent 842db97 commit 0b0c3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/patients_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def set_patient
8181
notify_log_entries: :sent_by,
8282
parents: :parent_relationships,
8383
patient_sessions: %i[location session_attendances],
84-
triages: :performed_by_user,
84+
triages: :performed_by,
8585
vaccination_records: [:performed_by_user, { vaccine: :programme }]
8686
)
8787
.strict_loading

0 commit comments

Comments
 (0)