superles / gii-template-collection

Automatically exported from code.google.com/p/gii-template-collection
0 stars 0 forks source link

Possible error in renderManyManyDropDownListSelection #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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