Bug #78128 » mm-relations-remove.patch
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);
|
||
}
|
||
}
|
||
}
|
||