On Fri, Feb 14, 2014 at 9:11 AM, Stanton Sievers <[email protected]>wrote:
> Hi all, > > I've noticed in Rave that > org.apache.rave.portal.web.api.rpc.PageApi#clonePageForUser returns a > Boolean result instead of the Page. Is there a reason this doesn't return > the newly created Page object as would be the case when adding or moving a > page? > > If it's not an issue to change this API, I'd like to change it to return a > Page so that when I clone a page I can take action on it. > Change it. Boolean is inconsistent with the new API goals. > > Best regards, > -Stanton >
