From: Justin T. <jus...@gm...> - 2009-02-16 08:38:43
|
I've got an entity called 'event' that won't network because the following line from executeRelationsWizard() in genericActions.class.php $fromRecord = GenericModel::getEntityObjectByMasteridAndType($this->from_masterid, ucfirst($this->from_type)); returns null. The '$this->from_masterid' is being passed in and is correct and the event with the selected masterid exists in the database yet the method fails to load the event object. I'm baffled. It looks exactly like all my other entities which work just fine. I tried deleting all the event code and added back the event entity. This did not fix the problem. Any ideas? thx Justin |