Project Space type added to web-client application types and available to be created from the Advanced Space Wizard.

Basic configuration (view, actions, details page) for 'app:projectfolder' Project type.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7432 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2007-11-26 15:18:52 +00:00
parent b33696652a
commit 719b34fe5f

View File

@@ -52,6 +52,12 @@
<parent>cm:link</parent> <parent>cm:link</parent>
</type> </type>
<!-- project model -->
<type name="app:projectfolder">
<title>Project Folder</title>
<parent>cm:folder</parent>
</type>
</types> </types>
<aspects> <aspects>