[TYPO3-mvc] r2245 introduced a breaking change

Marc Bastian Heinrichs typo3 at mbh-web.de
Wed Apr 28 21:56:17 CEST 2010


Hej Jochen,

in revision 2245 you introduced a breaking change in 
Tx_Extbase_Property_Mapper::findObjectByUid and
perhaps also in Tx_Extbase_MVC_Controller_Argument::findObjectByUid

By throwing an exeption now, there is no chance to set an property, 
which is related to another class, to NULL by sending an request object 
argument value 0.

For example in your extension sjr_offers the exception would be thrown 
when selecting "Alle Organisationen", because this should set 
Tx_SjrOffers_Domain_Model_Demand::organization to NULL by sending 
[demand][organization] = 0.

Here is the exception backtrace
http://cxg.de/_94c29e.htm


Regards,
Marc Bastian









More information about the TYPO3-project-typo3v4mvc mailing list