Hi,

We got a problem with binded store having "session=true" config.


Sometimes the store.session is equal to "true" instead of a session instance.


When store.session== true, an errror is raised if the store try to adopt a new record.


We solved the issue by adding the following line right after the line 1066 of "sencha-core/src/app/ViewModel.js".



Code:



delete cfg.session;

It seems to work fine.

Is this fix correct?

Can you fix the bug in the next release?


Thank you in advance,