Ralf Schimmel
Ralf Schimmel
First up: great framework! We have a pretty large set of fixtures, only used when seeding the db. When the application is building, it runs all these files through rollup...
When model A has multiple belongsTo relations to model B, specified using: ```javascript class ModelA extends Model { static belongsTo = { aB: { model: 'modelB', inverse: 'aModels' }, bB:...
Scenario, record in SC.READY state is edited and saved / committed. Thoth is using a DiskStore. Client sends: {"updateRecord":{"bucket":"customer","primaryKey":"id","key":"@64JXA9I7FZorkac5LzQ2f9BvbaIuG0K3","application":"Bw","properties":[{"key":"name","type":"String"}],"relations":[{"type":"toMany","isMaster":true,"bucket":"address","primaryKey":"id","propertyName":"addresses","oppositeType":"toMany"},{"type":"toMany","isMaster":true,"bucket":"person","primaryKey":"id","propertyName":"persons","oppositeType":"toMany"},{"type":"toMany","isMaster":true,"bucket":"assignment","primaryKey":"id","propertyName":"assignments","oppositeType":"toMany"}],"combineReturnCalls":true,"record":{"name":"tetststasdasdasd","id":"@64JXA9I7FZorkac5LzQ2f9BvbaIuG0K3"},"returnData":{"requestCacheKey":"JemnH73QCwHQezB3zrxK5tFQtyOqEf3C"}}} Server does not respond and displays the following error: 29 Jun...