From 0e6938297662dda847eb66a03c00e1522ba4a844 Mon Sep 17 00:00:00 2001 From: jennylee Date: Thu, 8 Nov 2012 15:47:41 -0400 Subject: [PATCH] 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. --- workflow/engine/js/processmap/core/processmap.js | 2 +- workflow/engine/xmlform/steps/steps_List.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow/engine/js/processmap/core/processmap.js b/workflow/engine/js/processmap/core/processmap.js index 12956ab54..2ab262c64 100755 --- a/workflow/engine/js/processmap/core/processmap.js +++ b/workflow/engine/js/processmap/core/processmap.js @@ -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, diff --git a/workflow/engine/xmlform/steps/steps_List.xml b/workflow/engine/xmlform/steps/steps_List.xml index df8bf544f..ff962706c 100755 --- a/workflow/engine/xmlform/steps/steps_List.xml +++ b/workflow/engine/xmlform/steps/steps_List.xml @@ -17,8 +17,8 @@ Type - - Mode + + Mode