@Override
protected String doPostCommitProcessing(FacesContext context, String outcome)
{
outcome = super.doPostCommitProcessing(context, outcome);
this.browseBean.setActionSpace(new Node(createdNode));
outcome = getDefaultFinishOutcome() + AlfrescoNavigationHandler.OUTCOME_SEPARATOR +
"dialog:editSpace";
return outcome;
}
17:50:11,156 DEBUG [org.alfresco.web.app.AlfrescoNavigationHandler] handleNavigation (fromAction=#{WizardManager.finish}, outcome=null)
// as we were successful, go to the set properties dialog if asked
// to otherwise just return
if (this.showOtherProperties)
{
// we are going to immediately edit the properties so we need
// to setup the BrowseBean context appropriately
this.browseBean.setDocument(new Node(this.createdNode));
return "dialog:setContentProperties";
}
else
{
return outcome;
}
dialog:close:browse
Car cela permet de ne pas revenir à la page d'avant qui est dans la pile stack mais de revenir à browse.jsp.Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.