tri-1247: Processes list is displayed wrong in PM 3.0.1.8
This commit is contained in:
@@ -1091,7 +1091,7 @@ function exportImportProcessObjects(typeAction)
|
|||||||
layout: 'fit',
|
layout: 'fit',
|
||||||
id: 'processesGrid',
|
id: 'processesGrid',
|
||||||
height:365,
|
height:365,
|
||||||
width:340,
|
width:355,
|
||||||
title : '',
|
title : '',
|
||||||
stateful : true,
|
stateful : true,
|
||||||
stateId : 'gridProcessObjects',
|
stateId : 'gridProcessObjects',
|
||||||
@@ -1108,6 +1108,7 @@ function exportImportProcessObjects(typeAction)
|
|||||||
emptyText: _('ID_NO_RECORDS_FOUND')
|
emptyText: _('ID_NO_RECORDS_FOUND')
|
||||||
},
|
},
|
||||||
clicksToEdit: 1,
|
clicksToEdit: 1,
|
||||||
|
enableColumnResize: false,
|
||||||
cm: new Ext.grid.ColumnModel({
|
cm: new Ext.grid.ColumnModel({
|
||||||
defaults: {
|
defaults: {
|
||||||
sortable: false
|
sortable: false
|
||||||
|
|||||||
Reference in New Issue
Block a user