Алексей Ковынев
unread,May 15, 2013, 4:02:44 AM5/15/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to net...@googlegroups.com
The question is how? Maybe you wish to change extensions.js?
// Build consistent request params
paramsFromOperation: function(operation) {
var params = Ext.copyTo({}, operation, 'limit,start,sorters,filters');
if (operation.params.filter) params.filters = Ext.decode(operation.params.filter);
params.query = this.extraParams.query;
// !!!!!!!
if (this.extraParams !== {}) {
params.base_params = Ext.encode(this.extraParams);
}
// !!!!!!!
return params;
}