mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fix for ALFCOM-2866
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14462 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -88,8 +88,9 @@ public class CreateDiscussionDialog extends CreateTopicDialog
|
|||||||
// as we are cancelling the creation of a discussion we know we need to go back
|
// as we are cancelling the creation of a discussion we know we need to go back
|
||||||
// to the browse screen, this also makes sure we don't end up in the forum that
|
// to the browse screen, this also makes sure we don't end up in the forum that
|
||||||
// just got deleted!
|
// just got deleted!
|
||||||
return AlfrescoNavigationHandler.CLOSE_DIALOG_OUTCOME +
|
FacesContext.getCurrentInstance().getExternalContext().getSessionMap().remove(
|
||||||
AlfrescoNavigationHandler.OUTCOME_SEPARATOR + "browse";
|
AlfrescoNavigationHandler.EXTERNAL_CONTAINER_SESSION);
|
||||||
|
return getDefaultCancelOutcome();
|
||||||
}
|
}
|
||||||
|
|
||||||
// ------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user