|
Hey all, I committed a few minor bug fixes. One thing of particular
note is that the getParent and setParent methods have been renamed to
_getParent and _setParent to avoid conflicts with generated method names. For
example, if your table has a column named parent. Also, as a tip, I had a table a column named which happened
to have a hasOne relationship with a table called form (via a formId column).
That same table had a field named form. When I generated the record for this
object I got duplicate method names. The reason is that the hasOne relationship
created a method called getForm. So did the form field. To get around this I
had to either add a field alias or an alias on the hasMany relationship. Doug |
- [Reactor For CF] A few minor bug fixes committed. Doug Hughes
- Re: [Reactor For CF] A few minor bug fixes committed. Chris Phillips
- RE: [Reactor For CF] A few minor bug fixes commit... Doug Hughes
- RE: [Reactor For CF] A few minor bug fixes co... Shannon Jackson

