Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Luis MajanoLuis MajanoReporter
Brad WoodBrad WoodOriginal estimate
Time tracking
No time logged1h remainingComponents
Fix versions
Priority
Major
Details
Details
Assignee
Luis Majano
Luis MajanoReporter
Brad Wood
Brad WoodOriginal estimate
Time tracking
No time logged1h remaining
Components
Fix versions
Priority
Sentry
Sentry
Sentry
Created September 17, 2015 at 2:47 PM
Updated February 27, 2016 at 10:28 PM
Resolved February 27, 2016 at 10:28 PM
The _counter variable does not increment because the code uses recordcount outside the context of a query-based loop, so it's always 1.
The following line in coldbox.system.web.Renderer
Should instead be:
That said, I actually think we should take this opportunity (since no one has apparently every used this feature) and return each collection pivot as a struct representing that query row. collection.column is much better than collection.column[ _counter ]. Lucee has native for/in looping that returns query rows as a struct, but ACF would require a bit of looping to build it I think.