[
https://issues.apache.org/jira/browse/RAVE-103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13278314#comment-13278314
]
Anthony Carlucci commented on RAVE-103:
---------------------------------------
Paul, one thought I had is that we could make the "args" parameter object in
the rave.toggleCollapseAction(args) function take an additional "persist"
boolean property to control whether or not we should persist the action. For
example something like:
var args = {};
args.data = {};
args.data.id = 1;
args.persist = false;
toggleCollapseAction(args);
then at line 472 of rave.js you could change the if to something like:
if (rave.isMobile() || args.persist == false) {
rave.doWidgetUiCollapse(functionArgs);
} else {
// the persist code
}
> Support shared spaces
> ---------------------
>
> Key: RAVE-103
> URL: https://issues.apache.org/jira/browse/RAVE-103
> Project: Rave
> Issue Type: Epic
> Reporter: Matt Franklin
> Attachments: shared-gadget-min-max-fix-v1.patch
>
>
> Support shared, or common, spaces with group managed pages, widgets, and
> security
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira