Skip to content

Commit

Permalink
Fix join in FundingTask.getAction
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Tubach committed Jan 7, 2025
1 parent 7296212 commit 36ec2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Civi/Funding/Api4/Action/FundingTask/GetAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function _run(Result $result): void {
}

if (NULL !== $this->statusType) {
$this->addJoin('OptionValue as _ov', 'INNER', NULL,
$this->addJoin('OptionValue AS _ov', 'INNER', NULL,
['_ov.filter', '=', $this->statusType],
['_ov.value', '=', 'status_id'],
['_ov.option_group_id.name', '=', '"activity_status"']
Expand Down

0 comments on commit 36ec2fa

Please sign in to comment.