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

[RFR] Fix double call on reference fields #732

Merged
merged 4 commits into from
Oct 19, 2015
Merged

Conversation

fzaninotto
Copy link
Member

  • fix reference field
  • fix reference_many field

Closes #712, supersedes #728

@fzaninotto
Copy link
Member Author

What's left for RFR?

@jeromemacias
Copy link
Contributor

Tests had been fixed (thanks @jpetitcolas for help ;))

@jeromemacias jeromemacias changed the title [WIP] Fix double call on reference fields [RFR] Fix double call on reference fields Oct 19, 2015
@@ -67,6 +72,8 @@ describe('ReferenceManyField', function() {
});

it('should call remote API when inputting first characters', function () {
scope.field.remoteComplete(true);
Copy link
Contributor

Choose a reason for hiding this comment

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

This one was missing before our changes.

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.

Duplicated api calls for reference fields
2 participants