Skip to content

Commit

Permalink
ECS
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Jun 24, 2022
1 parent b4fe5c8 commit 91136f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fields/BaseRelationField.php
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ public function modifyElementsQuery(ElementQueryInterface $query, $value)
"elements_$ns.dateDeleted" => null,
"elements_sites_$ns.siteId" => $this->_targetSiteId() ?? new Expression('[[elements_sites.siteId]]'),
"elements_sites_$ns.enabled" => true,
])
]),
];

if ($emptyCondition === ':notempty:') {
Expand Down

0 comments on commit 91136f6

Please sign in to comment.