Ticket #315: TransferAdapter.cfc.patch
| File TransferAdapter.cfc.patch, 0.6 kB (added by stephenmoretti, 17 years ago) |
|---|
-
ModelGlue/unity/orm/transfer/TransferAdapter.cfc
286 286 <cfloop from="1" to="#arrayLen(fields)#" index="i"> 287 287 <cfif fields[i].primaryKey> 288 288 <cfset arguments.field.sourceKey = fields[i].name /> 289 <cfif structKeyExists(fields[i],"ALIAS") AND Len(fields[i].alias)> 290 <cfset arguments.field.sourceKey = fields[i].alias /> 291 </cfif> 289 292 </cfif> 290 293 </cfloop> 291 294
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)