Fix so that Project Space policy code is moved to emailserver:aliasable onAddAspect - fixes 2 bugs and allows creation of project from any Project template

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7876 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2008-01-08 19:16:24 +00:00
parent 9bd769e023
commit 99544b86fa
5 changed files with 34 additions and 15 deletions

View File

@@ -50,6 +50,7 @@ public class CreateProjectDialog extends CreateSpaceWizard
public void init(Map<String, String> parameters)
{
super.init(parameters);
this.createFrom = CREATEFROM_TEMPLATE;
setSpaceType(ApplicationModel.TYPE_PROJECTSPACE.toString());
setIcon("project");
}