Skip to content

Conversation

armellarcier
Copy link
Contributor

Fixes #649

@armellarcier armellarcier reopened this Sep 2, 2015
@armellarcier
Copy link
Contributor Author

The tests fail... It doesn't on my end.

@fzaninotto
Copy link
Member

Nope, Travis rebuilds everything from scratch, you never have to commit build files.

@@ -11,7 +11,7 @@ class ReferenceRefresher {
.then(r => r[field.name()])
.then(results => this._transformRecords(field, results));

if (field.type() === 'reference_many' || field.type() === 'choices') {
if (field.type() === 'reference_many' || field.type() === 'choices' || ( field.shouldRemoveDuplicates && field.shouldRemoveDuplicates() ) ) {
Copy link
Member

Choose a reason for hiding this comment

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

This method doesn't exist in current admin-config. If you're depending on a change from another library, you must update the package.json to mention the dependency.

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.

2 participants