diff --git a/Classes/Domain/Repository/CommonRepository.php b/Classes/Domain/Repository/CommonRepository.php index c3b17aaa6..3f0f9f9f1 100755 --- a/Classes/Domain/Repository/CommonRepository.php +++ b/Classes/Domain/Repository/CommonRepository.php @@ -316,7 +316,7 @@ public function findByProperties(array $properties, $simulateRoot = false, strin $this->recordFactory->simulateRootRecord(); } foreach ($properties as $propertyName => $propertyValue) { - if ($this->shouldSkipFindByProperty($propertyName, $propertyValue)) { + if ($this->shouldSkipFindByProperty($propertyName, $propertyValue, $tableName)) { return []; } } diff --git a/ext_emconf.php b/ext_emconf.php index 5388300af..c04936496 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -3,7 +3,7 @@ 'title' => 'in2publish Core', 'description' => 'Content publishing extension to connect stage and production server', 'category' => 'plugin', - 'version' => '8.5.0', + 'version' => '8.6.0', 'state' => 'stable', 'uploadfolder' => 0, 'createDirs' => '',