1
0
Fork 0
mirror of synced 2025-04-04 05:43:36 +03:00

Merge branch 'DDC-1024'

This commit is contained in:
Benjamin Eberlei 2011-02-12 17:40:16 +01:00
commit 3d0d31ddf8

View file

@ -639,7 +639,8 @@ public function <methodName>()
$lines = array();
foreach ($metadata->fieldMappings as $fieldMapping) {
if ($this->_hasProperty($fieldMapping['fieldName'], $metadata)) {
if ($this->_hasProperty($fieldMapping['fieldName'], $metadata) ||
$metadata->isInheritedField($fieldMapping['fieldName'])) {
continue;
}