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

Support nested records in source property of ReferenceManyField #3159

Merged
merged 1 commit into from
Apr 25, 2019
Merged

Support nested records in source property of ReferenceManyField #3159

merged 1 commit into from
Apr 25, 2019

Conversation

aramando
Copy link
Contributor

All the ...Field components can accept a compound source property to enable the display of nested record properties, with the exception of ReferenceManyField. This PR fixes that.

Unfortunately I haven't been able to get tests working so far and can't spend any more time on it right now, so I'm hoping someone else can add the one extra test to test this specific capability of the source property.

I don't think any extra documentation is required, as this is merely bringing the behaviour of this field in line with all the other field components.

@djhi djhi added this to the 2.9.0 milestone Apr 23, 2019
@fzaninotto fzaninotto merged commit c474713 into marmelab:next Apr 25, 2019
@fzaninotto
Copy link
Member

Thanks!

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.

3 participants