Replies: 1 comment 2 replies
-
Are you using the 'EnableNestedPaths` and using 7.x version? EnableNestedPaths is not supported in 8.x because it's totally different routing mechanism. I'd like to invite @habbes to take a look for it. In my opinion, it seems a feature gap. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an entity :
And a derived Class
And a controller
And EDMModel
Question
If I want to get the Simulations property under the EnggDataSource entity with Enable nested paths
I am trying
http://localhost:60339/odata/Datasources('E3d1_ds')/ODataService.Models.EnggDataSource/Simulations
Which does not work
and neither does this
http://localhost:60339/odata/Datasources('E3d1_ds')/Simulations
But if there were no derived entity and Simulations was part of Datasources directly I have no issues querying simulations ...
Is this a flaw or is it by design ?
Beta Was this translation helpful? Give feedback.
All reactions