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

Replaces deprecated fields, field_values and field_groups associations #746

Conversation

fmfdias
Copy link
Contributor

@fmfdias fmfdias commented Jan 4, 2018

Hi @owen2345,

Association fields, field_values and field_groups have a comment marking them as deprecated and to use the custom_fields, custom_field_values and custom_field_groups instead.
This pull request tries to do that. With it in place, it allows us to improve performance in situations like when we use try to use different custom fields for a post or multiple posts

Nevertheless, there are still places where the old association is still being used because it failed the tests.
I'm not sure if nothing else will break with this change.

Thank you,
Filipe

by the custom_fields, custom_field_values and custom_field_groups where
possible.
@owen2345 owen2345 merged commit 186c244 into owen2345:master Jan 4, 2018
@fmfdias fmfdias deleted the replace-deprecated-associations-usage branch January 4, 2018 12:48
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