Commit a15a39d
fix: use Texts$Translation instead of Texts$LiteralText in opTextTemplate
Texts$LiteralText is not a valid Mendix storage type name. The correct
type for text items inside Texts$Text is Texts$Translation with a
LanguageCode field. Also fix empty Parameters version marker (int32(3)
for empty, not int32(2)).
Fixes TypeCacheUnknownTypeException when opening projects with Image
widgets that had text template values set via the pluggable engine.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent dc1bb46 commit a15a39d
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
| 248 | + | |
248 | 249 | | |
249 | 250 | | |
250 | 251 | | |
| |||
271 | 272 | | |
272 | 273 | | |
273 | 274 | | |
274 | | - | |
| 275 | + | |
| 276 | + | |
275 | 277 | | |
276 | 278 | | |
277 | 279 | | |
| |||
0 commit comments