Closed wog48 closed 1 month ago
Expand queries man not be generated correctly when contain a navigation e.g.:
...As(key)/navigation1?$expand=navigation2
The generated query to retrieve data for the expand (navigation2) does not contain the key restriction from the entity set (As)
navigation2
As
The issue shall be fixed with 2.2.0
Expand queries man not be generated correctly when contain a navigation e.g.:
...As(key)/navigation1?$expand=navigation2
The generated query to retrieve data for the expand (
navigation2
) does not contain the key restriction from the entity set (As
)