Files
alfresco-community-repo/config/alfresco/web-client-config-project-actions.xml
Kevin Roast 474770e6d5 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
2007-11-26 15:18:52 +00:00

37 lines
1.4 KiB
XML

<alfresco-config>
<config>
<actions>
<!-- the 'action-group' elements define unique blocks of actions that reference the actions
as defined above and can override or supply display elements for the group of actions -->
<!-- the component is responsible for making the context Node object available with name
of 'actionContext' so the actions can access it directly to get properties -->
<!-- Override browse actions and doc/space details screen actions for the Projects module -->
<!-- Actions Menu for Project Details page -->
<action-group id="project_details_actions">
<action idref="cut_node" />
<action idref="copy_node" />
<action idref="delete_space" />
<action idref="import_space" />
<action idref="export_space" />
<action idref="manage_space_users" />
<action idref="create_shortcut" />
</action-group>
<!-- More Actions Menu for Project view -->
<action-group id="project_actions_menu">
<action idref="details_space" />
<action idref="cut_node" />
<action idref="copy_node" />
<action idref="delete_space" />
<action idref="manage_space_users" />
</action-group>
</actions>
</config>
</alfresco-config>