mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- Added change missing from checkin on Friday
- Removed type column from dashlets - Removed unrequired JBPM filters from web.xml - Moved jbpm console link from dashlet to admin console - Removed workflows temporary dashlet git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3624 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -30,7 +30,7 @@ public class UIWorkflowSummary extends SelfRenderingComponent
|
||||
@Override
|
||||
public String getFamily()
|
||||
{
|
||||
return "org.alfresco.faces.Workflow";
|
||||
return "org.alfresco.faces.WorkflowSummary";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@@ -32,7 +32,7 @@ public class WorkflowSummaryTag extends HtmlComponentTag
|
||||
*/
|
||||
public String getComponentType()
|
||||
{
|
||||
return "org.alfresco.faces.Workflow";
|
||||
return "org.alfresco.faces.WorkflowSummary";
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user