Commit 20648ec
committed
fix(model): add mode_report relationship to ModeChart
ModeChart was missing the mode_report relationship field that maps a
chart to its parent report. The Atlas typedef supports this attribute
(the legacy Jinja2 transformer writes it), and ModeQuery already has
the equivalent field. This was an oversight in model generation.
Adds: RelationField, property, setter, and Attributes field following
the same pattern as ModeQuery.mode_report.1 parent 4cdcf91 commit 20648ec
1 file changed
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
44 | 49 | | |
45 | 50 | | |
46 | 51 | | |
| 52 | + | |
47 | 53 | | |
48 | 54 | | |
49 | 55 | | |
| |||
66 | 72 | | |
67 | 73 | | |
68 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
69 | 85 | | |
70 | 86 | | |
71 | 87 | | |
72 | 88 | | |
73 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
74 | 93 | | |
75 | 94 | | |
76 | 95 | | |
| |||
83 | 102 | | |
84 | 103 | | |
85 | 104 | | |
| 105 | + | |
86 | 106 | | |
87 | 107 | | |
0 commit comments