Disable sub panels until item clicked

This commit is contained in:
Jason Denney
2013-11-03 11:34:48 -05:00
parent cda94cf955
commit 4a67ebe77e
6 changed files with 52 additions and 6 deletions
@@ -4,7 +4,6 @@
this.callParent();
this.getView().on('itemclick', function(view, record){
// The beauty of using Ext.Direct: calling 3 endpoints in a row, which results in a single call to the server!
console.log("user: " + record.get('id') );
this.selectCustomer({customer_id: record.get('id'), customer_type: 'Customer'});
}, this);
}