Closed
Description
I've noticed the following issues when extending a can.Model:
- When a parent Model defines can.Model.models, a child Model.findAll calls the success callback with a undefined list
- When a parent Model defines can.Model.parseModel, a child Model.findAll calls the success callback with a list of unparsed model objects
- When a parent Model defines can.Model.parseModels, a child Model.findAll calls the error callback with Error: Could not get any raw data while converting using .models
This seems similiar to #1246
Metadata
Metadata
Assignees
Labels
No labels