Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Brad WoodBrad WoodReporter
Grant CopleyGrant CopleyFix versions
Affects versions
Priority
Major
Details
Details
Assignee
Brad Wood
Brad WoodReporter
Grant Copley
Grant CopleyFix versions
Affects versions
Priority
Sentry
Sentry
Sentry
Created February 23, 2025 at 7:52 PM
Updated February 24, 2025 at 9:21 PM
Resolved February 24, 2025 at 9:21 PM
The variables scope is unavailable within a .each loop if performed within a function within a cfmodule.
To replicate, run test.cfm:
test.cfm
loop.cfm
This will result in an error.
However, if you remove the
addData()
call altogether and place the code it was executing inline in the file, it works without error.This runs without error:
loop.cfm