[TYPO3-mvc] Bug in AbstractRepository
Steffen Ritter
info at rs-websystems.de
Fri Jul 23 15:07:26 CEST 2010
Hey list,
just discovered a funny thing :)
You can disable / hide existing records, add hidden records. But you are
not able to change them again:
reason: Tx_Extbase_Persistence_Repository::update calls
$existingObject = $this->findByUid($uid);
$this->replace($existingObject, $modifiedObject);
but findByUid() never will find hidden records...
regards
Steffen
More information about the TYPO3-project-typo3v4mvc
mailing list