Commit a827e8d
committed
Reverted
While the recent update to avoid read-only `virtual` properties (532c49d) generally makes sense, and should be maintained for most types, it doesn't make sense for `ModelType` as some implementations of this actually need to be dynamic, as they conditionally rely on the _current_ value from `Attributes`. As the `Attributes` aren't populated until after the constructor has initialized the object, that results in the `ModelType` never being updated based on these values. Oops!ModelType property to be virtual
1 parent ae00cfe commit a827e8d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments