BUG-7274 New feature, show on the 'Task - Step list' the Dynaform Mode is assigned.
I modified the files 'workflow/engine/xmlform/steps/steps_List.xml' and 'workflow/engine/classes/class.processMap.php' to add a new column in the table 'Steps' showing the Mode in wich is assigned the dynaform to the Task.
This commit is contained in:
@@ -1399,7 +1399,7 @@ var processmap=function(){
|
||||
}
|
||||
panel.options={
|
||||
limit:true,
|
||||
size:{w:670,h:450},
|
||||
size:{w:770,h:450},
|
||||
position:{x:50,y:50,center:true},
|
||||
title: G_STRINGS.ID_PROCESSMAP_TASK_STEPS+" "+data.label.substr(0,82) + (data.label.length>=82 ? "..." : "") ,
|
||||
theme:this.options.theme,
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
<en>Type<option name="DYNAFORM">Dynaform</option><option name="INPUT_DOCUMENT">Input Document</option><option name="OUTPUT_DOCUMENT">Output Document</option><option name="EXTERNAL">External Step</option></en>
|
||||
</STEP_TYPE_OBJ>
|
||||
|
||||
<STEP_MODE type="dropdown" colWidth="100" titleAlign="left" align="left">
|
||||
<en>Mode<option name="VIEW">View</option><option name="EDIT">Edit</option></en>
|
||||
<STEP_MODE type="dropdown" colWidth="80" titleAlign="left" align="left">
|
||||
<en>Mode<option name=""><![CDATA[N/A]]></option><option name="VIEW">View</option><option name="EDIT">Edit</option></en>
|
||||
</STEP_MODE>
|
||||
|
||||
<linkEditValue type="link" value="@#linkEditValue" link="javascript:@#urlEdit" colWidth="40" align="center"/>
|
||||
|
||||
Reference in New Issue
Block a user