mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged 1.4 to HEAD (More workflow)
svn merge svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@4166 svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@4167 . svn merge svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@4183 svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@4184 . svn merge svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@4206 svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@4207 . svn merge svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@4215 svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@4216 . svn merge svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@4301 svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@4302 . git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4534 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -471,6 +471,16 @@ public class ManageTaskDialog extends BaseDialogBean
|
||||
public WorkflowInstance getWorkflowInstance()
|
||||
{
|
||||
return this.workflowInstance;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the URL to the Workflow Definition Image of the current task
|
||||
*
|
||||
* @return the url
|
||||
*/
|
||||
public String getWorkflowDefinitionImageUrl()
|
||||
{
|
||||
return "/workflowdefinitionimage/" + this.workflowInstance.definition.id;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -390,7 +390,7 @@ public class StartWorkflowWizard extends BaseWizardBean
|
||||
{
|
||||
return selectedWorkflow;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Sets the selected workflow
|
||||
*
|
||||
|
Reference in New Issue
Block a user