- 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:
Gavin Cornwell
2006-08-29 11:14:45 +00:00
parent 8b0b4cb878
commit 4bb0cb5b71
8 changed files with 14 additions and 95 deletions

View File

@@ -30,7 +30,7 @@ public class UIWorkflowSummary extends SelfRenderingComponent
@Override
public String getFamily()
{
return "org.alfresco.faces.Workflow";
return "org.alfresco.faces.WorkflowSummary";
}
@Override

View File

@@ -32,7 +32,7 @@ public class WorkflowSummaryTag extends HtmlComponentTag
*/
public String getComponentType()
{
return "org.alfresco.faces.Workflow";
return "org.alfresco.faces.WorkflowSummary";
}
/**