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:
@@ -27,14 +27,6 @@
|
||||
<h:outputText value="#{r['bpm:taskId']}" />
|
||||
</a:column>
|
||||
|
||||
<%-- Type column --%>
|
||||
<a:column style="text-align:left">
|
||||
<f:facet name="header">
|
||||
<a:sortLink label="#{msg.type}" value="type" styleClass="header"/>
|
||||
</f:facet>
|
||||
<h:outputText value="#{r.type}" />
|
||||
</a:column>
|
||||
|
||||
<%-- Source column --%>
|
||||
<a:column style="text-align:left">
|
||||
<f:facet name="header">
|
||||
|
@@ -35,14 +35,6 @@
|
||||
<h:outputText value="#{r['bpm:taskId']}" />
|
||||
</a:column>
|
||||
|
||||
<%-- Type column --%>
|
||||
<a:column style="text-align:left">
|
||||
<f:facet name="header">
|
||||
<a:sortLink label="#{msg.type}" value="type" styleClass="header"/>
|
||||
</f:facet>
|
||||
<h:outputText value="#{r.type}" />
|
||||
</a:column>
|
||||
|
||||
<%-- Source column --%>
|
||||
<a:column style="text-align:left">
|
||||
<f:facet name="header">
|
||||
|
Reference in New Issue
Block a user