mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- adding a primitive select default workflow screen
- improved output path expressions - got the details screen pretty much in sync with wireframes. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4358 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1021,6 +1021,11 @@ public class CreateWebsiteWizard extends BaseWizardBean
|
||||
*/
|
||||
public WorkflowWrapper getWorkflow()
|
||||
{
|
||||
WorkflowDefinition wf = this.form.getDefaultWorkflow();
|
||||
if (this.workflow == null && wf != null)
|
||||
{
|
||||
this.workflow = new WorkflowWrapper(wf.name);
|
||||
}
|
||||
return this.workflow;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user