You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by bu...@apache.org on 2015/08/13 13:49:22 UTC

svn commit: r961716 - in /websites/staging/olingo/trunk/content: ./ doc/odata4/tutorials/sqo_es/tutorial_sqo_es.html

Author: buildbot
Date: Thu Aug 13 11:49:22 2015
New Revision: 961716

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/doc/odata4/tutorials/sqo_es/tutorial_sqo_es.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Aug 13 11:49:22 2015
@@ -1 +1 @@
-1695684
+1695685

Modified: websites/staging/olingo/trunk/content/doc/odata4/tutorials/sqo_es/tutorial_sqo_es.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/odata4/tutorials/sqo_es/tutorial_sqo_es.html (original)
+++ websites/staging/olingo/trunk/content/doc/odata4/tutorials/sqo_es/tutorial_sqo_es.html Thu Aug 13 11:49:22 2015
@@ -428,8 +428,8 @@ The complete <code>readEntity(...)</code
 <li>
 <p>Expand an navigation with only the first entity:</p>
 <ul>
-<li><a href="http://localhost:8080/DemoService/DemoService.svc/Categories?$expand=Products($top=1)">http://localhost:8080/DemoService/DemoService.svc/Categories?$expand=Products($top=1)</a>
-    <strong>NOTE:</strong> In current <code>4.0.0-beta-03</code> version of Olingo is a minor bug which prevents the expand of a navigation which has the same name as an EntitySet (see <a href="https://issues.apache.org/jira/browse/OLINGO-741">OLINGO-741</a>).
+<li><a href="http://localhost:8080/DemoService/DemoService.svc/Categories?$expand=Products($top=1)">http://localhost:8080/DemoService/DemoService.svc/Categories?$expand=Products($top=1)</a><br />
+<strong>NOTE:</strong> In current <code>4.0.0-beta-03</code> version of Olingo is a minor bug which prevents the expand of a navigation which has the same name as an EntitySet (see <a href="https://issues.apache.org/jira/browse/OLINGO-741">OLINGO-741</a>).
     Hence above link will work with latest SNAPSHOT version or the final <code>4.0.0</code> release.</li>
 </ul>
 </li>