Skip to content
Snippets Groups Projects
Commit 7ab84b19 authored by Nia Kathoni's avatar Nia Kathoni Committed by Daniel Cothran
Browse files

Issue #3311845 by nikathone, Floris Vedder: Send to all affiliates option not working

parent dc327775
Branches 8.x-1.x
Tags 8.x-1.4
1 merge request!6Issue #3311845: Send to all affiliates option not working
......@@ -47,7 +47,7 @@ class DomainAccessSearchApiCurrentAllFilter extends BooleanOperator {
$domain_negotiator = \Drupal::service('domain.negotiator');
$current_domain = $domain_negotiator->getActiveDomain();
if ($current_domain && !empty($this->value)) {
$this->query->addWhere(0, $this->realField, $current_domain->id(), "=");
$this->query->addWhere($this->options['group'], $this->realField, $current_domain->id(), "=");
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment