Hello,
I can't seem to be able create a production or test deployment of an app that include any kind of Model association (hasMany/belongsTo).
I tried this very simple project (i'm working with Architect 2) - just a simple two models structure and a container with an image as a viewer. it works great until I add the association to the model. I tried adding "requires" to any class I could think of -
Ext.data.Association
Ext.data.ModelManager
Ext.data.association.HasMany
But still it gives me the horrible message-
Uncaught TypeError: Cannot call method 'error' of undefined
I tried CMD 3.2.1, even the new 4.0 BETA... nothing seems to work...
WHAT AM I MISSING?