Bug 12047: Problema con el listado de Usuarios.
SOL: changing the stateId field in all the ExtJs Grids.
This commit is contained in:
@@ -229,7 +229,7 @@ Ext.onReady(function(){
|
||||
autoWidth : true,
|
||||
title : '',
|
||||
stateful : true,
|
||||
stateId : 'grid',
|
||||
stateId : 'gridSetupLanguage',
|
||||
enableColumnHide: false,
|
||||
enableColumnResize: true,
|
||||
enableHdMenu: false,
|
||||
@@ -379,4 +379,4 @@ Ext.onReady(function(){
|
||||
capitalize = function(s){
|
||||
s = s.toLowerCase();
|
||||
return s.replace( /(^|\s)([a-z])/g , function(m,p1,p2){ return p1+p2.toUpperCase(); } );
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user