jsonschema2popo icon indicating copy to clipboard operation
jsonschema2popo copied to clipboard

Fixed bug on property setter when there is an enum

Open bmampaey opened this issue 6 years ago • 0 comments

In the class template _class.tmpl, in the setter of the property of a class, in case there is an enum, the value is set on self.type. It should be on self.{{prop._name}}

bmampaey avatar Oct 20 '18 16:10 bmampaey