Project

General

Profile

Bug #78128 » mm-relations-remove.patch

Robert Jelinek, 2016-10-02 19:49

View differences:

Backend.php 2016-10-02 18:43:20.356427300 +0200
$this->removeEntity($propertyValue);
}
}
if ($columnMap && ($columnMap->getTypeOfRelation() === \TYPO3\CMS\Extbase\Persistence\Generic\Mapper\ColumnMap::RELATION_HAS_AND_BELONGS_TO_MANY)) {
$this->deleteAllRelationsFromRelationtable($object, $propertyName);
}
}
}
(2-2/3)