odatatools icon indicating copy to clipboard operation
odatatools copied to clipboard

Complex type extends

Open jstefkova opened this issue 7 years ago • 1 comments

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!

jstefkova avatar Aug 03 '18 09:08 jstefkova

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

apazureck avatar Aug 23 '18 18:08 apazureck