. Multi-select actions added to User Sandbox component

- stub implementation of Submit All, Revert All
. Available Content Forms panel added to User Sandbox component
 - shows forms assigned to the web project (configured in the Web Project wizard)
. Fix to RenderingEngineTemplateImpl refactor that was causing a null-ptr exception in the web project wizard

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4353 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-11-14 12:14:03 +00:00
parent cb5a882837
commit 42be18790d
8 changed files with 205 additions and 33 deletions

View File

@@ -75,7 +75,7 @@ public class RenderingEngineTemplateImpl
{
return (String)
this.nodeService.getProperty(this.nodeRef,
ContentModel.PROP_TITLE);
ContentModel.PROP_NAME);
}
public String getDescription()