This could just be a newbie misunderstanding how things *should* work, but it
seems to me that line 516 of Relation.php should read:
$isAssigned = $this->isAssigned($obj->getPrimaryKey());
instead of
$isAssigned = $this->isAssigned($obj->id);
Original issue reported on code.google.com by shech...@gmail.com on 3 Nov 2010 at 10:19
Original issue reported on code.google.com by
shech...@gmail.com
on 3 Nov 2010 at 10:19