Yeah, I ran into that early on with MG2 and I think I've posted the patch several times on mailing lists but I didn't have commit rights and no one ever took my patch and applied it :(
On Mon, Mar 30, 2009 at 11:01 PM, Andrew <[email protected]> wrote: > Okay, I'm managed to fix this by doing the following: > > c:\www\cf-frameworks\modelglue_2.0.304\ModelGlue\unity\orm > \transfer>diff Transfe > rAdapter.cfc TransferAdapter-mine.cfc > 288c288 > < <cfset arguments.field.sourceKey = fields > [i].name /> > --- >> <cfset arguments.field.sourceKey = fields[i].alias /> > 296c296 > < <cfset arguments.field.sourceColumn = fields > [i].name /> > --- >> <cfset arguments.field.sourceColumn = fields[i].alias >> /> > > > But how do I know I haven't broken anything else by doing this? ;-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en For more about Model-Glue, check http://www.model-glue.com . -~----------~----~----~----~------~----~------~--~---
