You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// @TODO: associated fields with an alias name inside a nested schema
config=this.schema.associations[alias];}// @TODO: associated fields with an alias name inside a nested schema// somehow breaks! Should be looked in to?// Workaround: set `recursive: 0` on the root schema field// console.log('Alias:', alias, 'config:', config, this.schema);if(config){result=this.getModel(config.modelName);}else{
The text was updated successfully, but these errors were encountered:
somehow breaks! Should be looked in to?
Workaround: set `recursive: 0` on the root schema field
console.log('Alias:', alias, 'config:', config, this.schema);
alchemy/lib/app/helper_model/model.js
Line 683 in a9b0840
The text was updated successfully, but these errors were encountered: