-
29 Mar 2010 6:20 AM #1
[FIXED-65] error while right clicking a store and select Load Data
[FIXED-65] error while right clicking a store and select Load Data
Auto-columns problem is fixed in the update [1.0.0.3], but still getting this error while right clicking a store and select Load Data with this error type:
TypeError: Result of expression 'this.owner' [undefined] is not an object
-
29 Mar 2010 1:30 PM #2
I am getting the same error on line 7 in mine
Here is my store code....
Code:responsesStore = Ext.extend(Ext.data.JsonStore, { constructor: function() { responsesStore.superclass.constructor.call(this, { storeId: 'responseStore', url: 'reports_survey_sum_data.php', totalProperty: 'total', root: 'results', autoLoad: true, idProperty: 'q_id', fields : [ { xtype: 'datafield', name: 'q_desc', type: 'string', mapping: 'q_desc' }, { xtype: 'datafield', name: 'q_question', type: 'string', mapping: 'q_question' }, { xtype: 'datafield', name: 'avr', type: 'int', mapping: 'avr' }, { xtype: 'datafield', name: 'cnt', type: 'int', mapping: 'cnt' } ] }); } }); new responsesStore();
-
30 Mar 2010 5:16 AM #3
got beyond this... but only once...
will post findings on another thread
-
30 Mar 2010 4:05 PM #4
Fixed in 1.0.0.5 to be pushed out within the hour....
Aaron Conran
@aconran
Sencha Architect Development Team
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote