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:
jennylee
2012-11-08 14:58:47 -04:00
parent d3676f28bb
commit ab9622a61c
2 changed files with 7 additions and 2 deletions

View File

@@ -17,6 +17,10 @@
<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>
<linkEditValue type="link" value="@#linkEditValue" link="javascript:@#urlEdit" colWidth="40" align="center"/>
<DELETE type="link" colWidth="30" value="@G::LoadTranslation(ID_DE_ASSIGN)" link="#" onclick="stepDelete(@QSTEP_UID, @QSTEP_POSITION);return false;"><en></en></DELETE>