From 04502f58fab46cfe7cc996b4b9fabc8a79a896b6 Mon Sep 17 00:00:00 2001 From: Rodrigo Quelca Date: Mon, 26 Jun 2017 15:40:21 -0400 Subject: [PATCH] FBI-1914: Some of the options in designer like show debug mode,etc are not showing in the UI rollback to FBI-1901 and fix the contextmenu problems code style --- workflow/engine/templates/processes/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow/engine/templates/processes/main.js b/workflow/engine/templates/processes/main.js index 741a51c7b..16e30d51c 100644 --- a/workflow/engine/templates/processes/main.js +++ b/workflow/engine/templates/processes/main.js @@ -408,7 +408,7 @@ Ext.onReady(function(){ processesGrid = new Ext.grid.GridPanel( { region: 'center', layout: 'fit', - id: 'granularGridPanel', + id: 'processesGrid', height: 500, width:'', title : '', @@ -1207,7 +1207,7 @@ function exportImportProcessObjects(typeAction) gridProcessObjects = new Ext.grid.EditorGridPanel( { region: 'center', layout: 'fit', - id: 'processesGrid', + id: 'gridProcessObjects', height:365, width:355, title : '',