Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Jon ClausenJon ClausenReporter
Jon ClausenJon ClausenFix versions
Affects versions
Priority
Major
Details
Details
Assignee
Jon Clausen
Jon ClausenReporter
Jon Clausen
Jon ClausenFix versions
Affects versions
Priority
Sentry
Sentry
Sentry
Created July 18, 2024 at 5:04 PM
Updated July 18, 2024 at 5:14 PM
Resolved July 18, 2024 at 5:14 PM
Current behavior is passing through to
arrayReduce
so the list argument to the callback is, incorrectly, an array. Change to ensure the arg is a list.Lucee includes the original delimiter ( not the list item delimiter ) as an additional argument to the callback. Add this argument, as well.