Commit a758d86
docs: fix mdl-entities CreatedDate example and improve MDL020 suggestion
mdl-entities.md used `CreatedDate: datetime` in two examples, which
triggers lint error MDL020 (system attribute name conflict). Changed
to `CreatedDate: autocreateddate` with an explanatory comment.
MDL020 suggestion now explains both options:
- use the pseudo-type (autocreateddate) for the Mendix built-in field
- choose a different name (e.g. EntryDate) for an unrelated date field
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent e3792fc commit a758d86
2 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
255 | 257 | | |
256 | 258 | | |
257 | 259 | | |
258 | | - | |
| 260 | + | |
259 | 261 | | |
260 | 262 | | |
261 | 263 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
0 commit comments