Skip to content

Commit

Permalink
Merge pull request #22243 from demeritcowboy/quickfix-reportedby
Browse files Browse the repository at this point in the history
dev/core#2825 - Make source contact required for activities on the form
  • Loading branch information
colemanw authored Dec 14, 2021
2 parents 7906ee6 + 8f3c232 commit 22137bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Activity/Form/Activity.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public function setFields() {
'source_contact_id' => [
'type' => 'entityRef',
'label' => ts('Added by'),
'required' => FALSE,
'required' => TRUE,
],
'target_contact_id' => [
'type' => 'entityRef',
Expand Down

0 comments on commit 22137bd

Please sign in to comment.