mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- Added workflow history to completed task dialog (allows user to see what happened through completed workflows)
- Fixed errors emitted from completed WCM workflows - Toned down the appearance of workflow selection in the submit dialog git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5774 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -107,4 +107,11 @@
|
||||
|
||||
<r:workflowSummary id="workflow-summary" value="#{DialogManager.bean.workflowInstance}" styleClass="workflowSummary" />
|
||||
|
||||
<f:verbatim><div style="padding-left:9px;padding-top:8px;padding-bottom:4px"></f:verbatim>
|
||||
<a:panel id="pending-submission-panel" label="#{msg.workflow_history}" progressive="true"
|
||||
expanded="false" styleClass="mainSubTitle">
|
||||
<r:workflowHistory id="workflow-history" value="#{DialogManager.bean.workflowInstance}"
|
||||
styleClass="workflowHistoryList" completedMode="true" />
|
||||
</a:panel>
|
||||
<f:verbatim></div></f:verbatim>
|
||||
</a:panel>
|
||||
|
Reference in New Issue
Block a user