odatatools
odatatools copied to clipboard
Complex type extends
Hi,
when a complex type extends another type, the data is parsed correctly, but it doesn't show up in the generated code - the template is missing the extends declaration for complex types: in branch develop, file proxy.ot, line 462 should be: export interface {{this.Name}}{{#if this.BaseTypeFullName}} extends {{this.BaseTypeFullName}}{{/if}} {
I would make a pull request, but I don't know how to do it, sorry.
Many thanks for your work!
Hi, Sorry for the late reply, I'll try to fix this this month, but I am currently very involved at my workplace, so I cannot promise anything. PR always welcome, Thanks