-
11 Oct 2012 6:39 AM #1
Unanswered: ExtJS MVC belongsTo/hasMany unwanted properties
Unanswered: ExtJS MVC belongsTo/hasMany unwanted properties
I have a parent model which hasMany children which belongTo the parent.
A store of children contains children instance. If I look at the store,
the items in the store contain the unwanted property "myapplication.model.parent_id". That was not the case before using the MVC pattern. How can I avoid that property?Code:this.getStore('Children')
belongsto.PNGCode:myapplication.model.parent_id: 209

