Minor progress at getting the WCM demo workflow to display nicely

in the UI.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3872 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Britt Park
2006-09-21 05:09:04 +00:00
parent 4b46782156
commit 26c799e268
3 changed files with 20 additions and 3 deletions

View File

@@ -66,3 +66,19 @@ wf_workflowmodel.type.wf_adhocTask.title=Adhoc Task
wf_workflowmodel.type.wf_adhocTask.description=Adhoc Task allocated by colleague
wf_workflowmodel.type.wf_completedAdhocTask.title=Adhoc Task Completed
wf_workflowmodel.type.wf_completedAdhocTask.description=Adhoc Task Completed
#
# WCM Submit Workflow.
#
wcmwf_submit.workflow.title=WCM Submit
wcmwf_submit.workflow.description=Submit Web Content
wcmwf_submitmodel.type.wcmwf_startSubmit.title=Submit Web Content
wcmwf_submitmodel.type.wcmwf_startSubmit.description=Have colleague review changes
wcmwf_submitmodel.property.wcmwf_submitDueDate.description=Task Due Date
wcmwf_submitmodel.association.wcmwf_assignee.title=Asignee
wcmwf_submitmodel.association.wcmwf_assignee.description=Who's doing the reviewing
wcmwf_submitmodel.property.wcmwf_description.title=Task Description
wcmwf_submitmodel.property.wcmwf_description.description=Description of what needs to be achieved
wcmwf_submitmodel.type.wcmwf_review.title=Review Content
wcmwf_submitmodel.type.wcmwf_review.description=Review Content

View File

@@ -26,9 +26,9 @@
<task-node name="review">
<task name="wcmwf:review" swimlane="assignee">
<controller>
<variable name="description" access="read" mapped-name="wcmwf:description"/>
<variable name="sourcePath" access="read" mapped-name="wcmwf:sourcePath"/>
<variable name="workflowcontext" access="write" mapped-name="bpm:context"/>
<variable name="description" access="read,required" mapped-name="wcmwf:description"/>
<variable name="sourcePath" access="read,required" mapped-name="wcmwf:sourcePath"/>
<variable name="workflowcontext" access="read,required" mapped-name="bpm:context"/>
</controller>
</task>
<transition name="approve" to="end">

View File

@@ -30,6 +30,7 @@
</type>
<type name="wcmwf:startSubmit">
<title>Submit Web Content</title>
<parent>wcmwf:baseSubmitTask</parent>
<properties>