mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V2.2 to HEAD
8110: Fix for AWC-1664 8112: Fix for AWC-1697 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8501 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -135,7 +135,8 @@ public class CreateSpaceWizard extends BaseWizardBean
|
||||
{
|
||||
this.spaceType = this.getNodeService().getType(this.existingSpaceId).toString();
|
||||
}
|
||||
else if (this.createFrom.equals(CREATEFROM_TEMPLATE) && this.templateSpaceId != null)
|
||||
else if (this.createFrom.equals(CREATEFROM_TEMPLATE) && this.templateSpaceId != null &&
|
||||
!this.templateSpaceId.equals("none"))
|
||||
{
|
||||
NodeRef templateNode = new NodeRef(Repository.getStoreRef(), this.templateSpaceId);
|
||||
this.spaceType = this.getNodeService().getType(templateNode).toString();
|
||||
|
Reference in New Issue
Block a user