Created by: hinrik
This resolves issue #4403 (closed).
On a model Foo
with an inline enum Bar
which has a possible string
value baz
. we should generate a FooDTO::BAR_BAZ
constant, not
FooDTO::BAR_DTO_BAZ
.
Created by: hinrik
This resolves issue #4403 (closed).
On a model Foo
with an inline enum Bar
which has a possible string
value baz
. we should generate a FooDTO::BAR_BAZ
constant, not
FooDTO::BAR_DTO_BAZ
.