Skip to content

Commit 01dda45

Browse files
JoeSilentJoeVladimir Yalovy
andauthored
[BKNDLSS-26218]: FileReferencePrefix doesnot work in JavaSDK (#507)
Co-authored-by: Vladimir Yalovy <[email protected]>
1 parent 07ad200 commit 01dda45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/backendless/Backendless.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ public void write( Object o, IProtocolFormatter iProtocolFormatter ) throws IOEx
124124
queryOptionsMap.put( ORBConstants.WEBORB_TYPE_NAME.toString(), QueryOptions.class.getSimpleName() );
125125
queryOptionsMap.put( "sortBy", queryOptions.getSortBy() );
126126
queryOptionsMap.put( "related", queryOptions.getRelated() );
127+
queryOptionsMap.put( "fileReferencePrefix", queryOptions.getFileReferencePrefix() );
127128
if( queryOptions.getRelationsDepth() != null )
128129
queryOptionsMap.put( "relationsDepth", queryOptions.getRelationsDepth() );
129130
if( queryOptions.getRelationsPageSize() != null )

0 commit comments

Comments
 (0)