Project

General

Profile

Bug #78128 » mm-relations-remove.patch

Robert Jelinek, 2016-10-02 18:50

View differences:

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