Closed mhirdes closed 10 years ago
When merge the properties of the FAL entries, the fileProperties are the fallback. The fileReferenceProperties override them, if they are not empty. So the Merge should look like this:
\TYPO3\CMS\Core\Utility\ArrayUtility::mergeRecursiveWithOverrule($fileProperties, $fileReferenceProperties, TRUE, FALSE, FALSE);
Please submit a pull request
Done
When merge the properties of the FAL entries, the fileProperties are the fallback. The fileReferenceProperties override them, if they are not empty. So the Merge should look like this: