TemplateRoot exists but not operational

Hello,

In a domain named “A”, I have a TemplateRoot with several workspaces below but when I create a new workspace in WorkspaceRoot or workspace below this domain “A”, I haven't the form to choice a template workspace. For the others domains, I have it.

For information, after I created this Domain “A”, I deleted the TemplateRoot to simplify because my users don't need it but now, they need it !!!…So, I created it again with a copy/paste from another domain. Perhaps this manipulation isn't right ? If so, how make thinking users have filled their domain “A” ? In the interface, no differences with the others TemplateRoot, in the database either

Anyone has an idea for activate again this TemplateRoot for this Domain “A” ?

Thanks !

0 votes

1 answers

1687 views

ANSWER

Did you override the workspace definition ?
07/17/2013

No, I just add my specific type of document for the workspace :

  <type id="workspace">
  <subtypes>
    <type>Workspace</type>
    <type>Folder</type>
    <type>OrderedFolder</type>
    <type>File</type>
    <type>Note</type>
    <type>mySpecificType</type>
 <subtypes>
  </type>
07/17/2013



Hello !

I find a solution : I found the initial TemplateRoot in the domain A's trash ! So, I deleted the last I created and then, I restored the initial and now, it's ok !

I precise : I have to delete finally the second TemplateRoot from the trash before all it's ok.

0 votes