Merge branch 'master' of github.com:colosa/processmaker

This commit is contained in:
Erik Amaru Ortiz
2013-11-13 09:29:47 -04:00
21 changed files with 251 additions and 166 deletions

View File

@@ -37,6 +37,7 @@ Ext.onReady(function(){
store = new Ext.data.GroupingStore( {
//var store = new Ext.data.Store( {
remoteSort: true,
proxy : new Ext.data.HttpProxy({
url: 'processesList'
}),