odata
odata copied to clipboard
Atom output does not contain navigation properties for inherited classes
Hi,
I have a class "BlubbPerson" which inherits from "Person". "Person" declares some navigation properties.
When I call http://localhost:8080/example.svc/Persons?$expand=company JSON output contains the expanded company data but ATOM output does not.
(See: https://github.com/omniavincitlabor/odata4-test)