Closed AlternateIf closed 4 days ago
$this->getPreSelect($filterDefinition) may return null and thus making $value = explode(',', $preSelect); fail
this PR fixes this behaviour
$this->getPreSelect($filterDefinition) may return null and thus making $value = explode(',', $preSelect); fail
this PR fixes this behaviour