Closed mjhagen closed 7 years ago
This code couldn't be converted:
<cfloop list="#defaultSort#" index="orderByPart"> <cfset orderByString = listAppend( orderByString, "mainEntity.#orderByPart#" ) /> </cfloop>
Probably because CF9 doesn't support for..in on lists I think.
I think that is due to using index instead of item if so, easy fix
index
item
This code couldn't be converted:
Probably because CF9 doesn't support for..in on lists I think.