ipavlic
11 Oct 2012, 6:39 AM
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,
this.getStore('Children')
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?
myapplication.model.parent_id: 209
39296
A store of children contains children instance. If I look at the store,
this.getStore('Children')
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?
myapplication.model.parent_id: 209
39296