Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test case for scope with includes #3991

Merged
merged 1 commit into from Jul 25, 2015
Merged

Add test case for scope with includes #3991

merged 1 commit into from Jul 25, 2015

Conversation

ackerdev
Copy link
Contributor

There seem to be some issues preventing use of includes inside scope definitions. These tests should reproduce the problems.

WIP, I'll be abusing the PR system for travis-ci checking.

@janmeier janmeier self-assigned this Jun 28, 2015
@janmeier
Copy link
Member

The problem was that we didn't call conformOptions (converting the include to the form expected later on) when a scope is a function

return {
include: [{
model: sequelize.models.Company,
include: [sequelize.models.Project.scope('active')]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changing this to .project - the models are stored under their name :)

@janmeier janmeier merged commit 4fecbbc into sequelize:master Jul 25, 2015
janmeier added a commit that referenced this pull request Jul 25, 2015
Add test case for scope with includes
@ackerdev ackerdev deleted the scope-include-tests branch July 28, 2015 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants