Merge remote-tracking branch 'upstream/develop' into bugfix/HOR-3309

This commit is contained in:
Roly Rudy Gutierrez Pinto
2017-06-27 14:16:35 -04:00

View File

@@ -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 : '',