Commit 723f3e3
fix: set selectAllButtonCaption TextTemplate in ComboBox template
The selectAllButtonCaption property is a TextTemplate type but had
TextTemplate: null in the Object section of the embedded template.
Mendix only validates this property when optionsSourceType = "association",
which is why enum mode passed while association mode triggered CE0463
"widget definition has changed" and crashed mx update-widgets with a
NullReferenceException.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 478c53f commit 723f3e3
1 file changed
Lines changed: 21 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1189 | 1189 | | |
1190 | 1190 | | |
1191 | 1191 | | |
1192 | | - | |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
| 1198 | + | |
| 1199 | + | |
| 1200 | + | |
| 1201 | + | |
| 1202 | + | |
| 1203 | + | |
| 1204 | + | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
1193 | 1213 | | |
1194 | 1214 | | |
1195 | 1215 | | |
| |||
0 commit comments