mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +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
|
// reset all variables
|
||||||
this.createFrom = "scratch";
|
this.createFrom = "scratch";
|
||||||
this.spaceType = ContentModel.TYPE_FOLDER.toString();
|
this.spaceType = ContentModel.TYPE_FOLDER.toString();
|
||||||
this.icon = SPACE_ICON_DEFAULT;
|
this.icon = null;
|
||||||
this.copyPolicy = "contents";
|
this.copyPolicy = "contents";
|
||||||
this.existingSpaceId = null;
|
this.existingSpaceId = null;
|
||||||
this.templateSpaceId = null;
|
this.templateSpaceId = null;
|
||||||
this.name = null;
|
this.name = null;
|
||||||
this.description = "";
|
this.description = "";
|
||||||
this.templateName = null;
|
this.templateName = null;
|
||||||
this.saveAsTemplate = false;
|
this.saveAsTemplate = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user