Commit 8ae45df
fix: only auto-convert bare attribute names to toString()
The toString() auto-conversion should only apply to bare attribute
names in DataView context (e.g., "TotalOrders"), not to $param.Attr
references (e.g., "$order.OrderDate") which are resolved via
SourceVariable/AttributeRef and handled correctly by Mendix.
Converting $param.Attr patterns produced invalid expressions like
toString($currentObject/$order.OrderDate) causing CE0117 errors.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b03fa6a commit 8ae45df
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1188 | 1188 | | |
1189 | 1189 | | |
1190 | 1190 | | |
1191 | | - | |
1192 | | - | |
| 1191 | + | |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
1193 | 1195 | | |
1194 | 1196 | | |
1195 | 1197 | | |
| |||
0 commit comments