/ Gists / Turn off auto domain from selection - AW
On gists

Turn off auto domain from selection - AW

AW

selection.php Raw #

<?php 
$tableStructure = $this->connection->getStructure()->getTableStructure($table);
$tableStructure['domain_id']->setDomainFilter($bcId === self::ALL_BC ? false : ($bcId ?? $this->getCurrentBrandCloudId()));
$selection =  $this->connection->table($table, $tableStructure);