Merge pull request #1750 from ralpheav/master
Extended commit {BUG 11963: & adding advice Trigger Editor msg }
This commit is contained in:
@@ -143,9 +143,9 @@ Ext.onReady(function(){
|
||||
//columns for table columns grid
|
||||
var cmColumns = [
|
||||
{
|
||||
id: 'uid',
|
||||
dataIndex: 'uid',
|
||||
hidden: true
|
||||
id: 'uid',
|
||||
dataIndex: 'uid',
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
id: 'field_uid',
|
||||
@@ -330,7 +330,8 @@ Ext.onReady(function(){
|
||||
var cm = new Ext.grid.ColumnModel({
|
||||
// specify any defaults for each column
|
||||
defaults: {
|
||||
sortable: true // columns are not sortable by default
|
||||
resizable: false,
|
||||
sortable: true // columns are not sortable by default
|
||||
},
|
||||
columns:cmColumns
|
||||
});
|
||||
|
||||
@@ -254,38 +254,38 @@ Ext.onReady(function(){
|
||||
//columns for table columns grid
|
||||
var cmColumns = [
|
||||
{
|
||||
id: 'uid',
|
||||
dataIndex: 'uid',
|
||||
hidden: true,
|
||||
hideable:false
|
||||
id: 'uid',
|
||||
dataIndex: 'uid',
|
||||
hidden: true,
|
||||
hideable:false
|
||||
},
|
||||
{
|
||||
dataIndex: '_index',
|
||||
hidden: true,
|
||||
hideable:false
|
||||
dataIndex: '_index',
|
||||
hidden: true,
|
||||
hideable:false
|
||||
},
|
||||
{
|
||||
dataIndex: '_isset',
|
||||
hidden: true,
|
||||
hideable:false
|
||||
dataIndex: '_isset',
|
||||
hidden: true,
|
||||
hideable:false
|
||||
},
|
||||
{
|
||||
id: 'field_uid',
|
||||
dataIndex: 'field_uid',
|
||||
hidden: true,
|
||||
hideable:false
|
||||
hideable:false
|
||||
},
|
||||
{
|
||||
id: 'field_key',
|
||||
dataIndex: 'field_key',
|
||||
hidden: true,
|
||||
hideable:false
|
||||
hideable:false
|
||||
},
|
||||
{
|
||||
id: 'field_null',
|
||||
dataIndex: 'field_null',
|
||||
hidden: true,
|
||||
hideable:false
|
||||
hideable:false
|
||||
},
|
||||
{
|
||||
id: 'field_dyn',
|
||||
@@ -426,7 +426,8 @@ Ext.onReady(function(){
|
||||
var cm = new Ext.grid.ColumnModel({
|
||||
// specify any defaults for each column
|
||||
defaults: {
|
||||
sortable: true // columns are not sortable by default
|
||||
resizable: false,
|
||||
sortable: true // columns are not sortable by default
|
||||
},
|
||||
columns:cmColumns
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user