Ticket #392: fActiveRecord::load doesn't clear related records
| Reporter: | jeff | Type: | defect | Opened: | 5 months ago | Status: | closed |
|---|---|---|---|---|---|---|---|
| Assigned to: | wbond | Priority: | major | Modified: | 5 months ago | Resolution: | fixed |
The problem can be fixed by adding this after loadFromResult() in load();
$this→related_records = array();
Attachments
History
03/04/10 08:57:16 changed by wbond
- status changed from new to closed.
- resolution set to fixed.

This is fixed in r757