somehow breaks! Should be looked in to?
Workaround: set `recursive: 0` on the root schema field
console.log('Alias:', alias, 'config:', config, this.schema);
|
// @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 {
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