Pipelined data not loaded for proxied renders for "default' view
----------------------------------------------------------------
Key: SHINDIG-1001
URL: https://issues.apache.org/jira/browse/SHINDIG-1001
Project: Shindig
Issue Type: Bug
Components: Java
Reporter: Adam Winer
Assignee: Adam Winer
The following gadget should work:
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="Pipeline Demo"/>
<Content authz="signed" href="..."
xmlns:os="http://ns.opensocial.org/2008/markup">
<os:PeopleRequest key="vf" userId="@viewer" groupId="@friends" />
</Content>
</Module>
... but doesn't if you pass "view=canvas" on the URL. The workaround is adding
an explicit @view attribute on <Content>.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.