mirror of
https://github.com/apache/olingo-odata4.git
synced 2025-03-06 08:39:14 +00:00
Merge branch 'OLINGO-682'
Conflicts: lib/server-core/src/main/java/org/apache/olingo/server/core/serializer/json/ODataJsonSerializer.java
This commit is contained in:
commit
9825f36db6
@ -336,7 +336,8 @@ public class ODataJsonSerializer implements ODataSerializer {
|
||||
}
|
||||
writeExpandedNavigationProperty(metadata, property, navigationLink,
|
||||
innerOptions == null ? null : innerOptions.getExpandOption(),
|
||||
innerOptions == null ? null : innerOptions.getSelectOption(), innerOptions.isRef(),
|
||||
innerOptions == null ? null : innerOptions.getSelectOption(),
|
||||
innerOptions == null ? false: innerOptions.isRef(),
|
||||
json);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user