mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Fixed bug introduced by previous checkin
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2060 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -428,14 +428,14 @@ public class NewSpaceWizard extends AbstractWizardBean
|
||||
// reset all variables
|
||||
this.createFrom = "scratch";
|
||||
this.spaceType = ContentModel.TYPE_FOLDER.toString();
|
||||
this.icon = SPACE_ICON_DEFAULT;
|
||||
this.icon = null;
|
||||
this.copyPolicy = "contents";
|
||||
this.existingSpaceId = null;
|
||||
this.templateSpaceId = null;
|
||||
this.name = null;
|
||||
this.description = "";
|
||||
this.templateName = null;
|
||||
this.saveAsTemplate = false;
|
||||
this.saveAsTemplate = false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user