mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
. 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:
@@ -75,7 +75,7 @@ public class RenderingEngineTemplateImpl
|
||||
{
|
||||
return (String)
|
||||
this.nodeService.getProperty(this.nodeRef,
|
||||
ContentModel.PROP_TITLE);
|
||||
ContentModel.PROP_NAME);
|
||||
}
|
||||
|
||||
public String getDescription()
|
||||
|
Reference in New Issue
Block a user