Uncommenting code, just in case.

This commit is contained in:
ralpheav
2013-05-31 14:05:06 -04:00
parent e73614a5b5
commit f11e5cc6e8

View File

@@ -776,7 +776,7 @@ Ext.onReady ( function() {
storeCases.on('load',function(){var viewport = Ext.getCmp("viewportcases");viewport.doLayout();})
// create the Data Store for processes
/* var storeProcesses = new Ext.data.JsonStore({
var storeProcesses = new Ext.data.JsonStore({
root: 'data',
totalProperty: 'totalCount',
idProperty: 'index',
@@ -788,7 +788,7 @@ Ext.onReady ( function() {
url: 'proxyProcessList?t=new'
})
});
storeProcesses.setDefaultSort('APP_PRO_TITLE', 'asc');*/
storeProcesses.setDefaultSort('APP_PRO_TITLE', 'asc');
// creating the button for filters
var btnRead = new Ext.Button ({