-
Notifications
You must be signed in to change notification settings - Fork 32
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
Gem blows up when querying entries that have tags associated with them #219
Comments
I'm happy to create a PR to update this |
@dlitvakb hey, thanks for merging that PR. However, it looks like you didn't really address this part of my issue:
We have literally thousands of entries that have an associated metadata field. Is there any way to fix that issue too? The metaprogramming in the gem makes it difficult to work around this. |
Hey @joelip , To access the field, you can always use the Cheers |
@joelip thanks for reporting the issue. The SDK doesn't support content tags yet. I am working on adding support for content tags and fix name conflict issue. Cheers |
We recently started experimenting with tags in Contentful and we've found that it breaks a lot of functionality with the Management API. When querying an entry with a tag here is an example object that breaks:
It blows up on this line in the
replace_children
method. I'm not sure what the underlying problem is here, but I'm afraid that it's a name conflict betweenmetadata
(the tags object) andmetadata
our Entry field. If not, then it might just be that the gem doesn't support tags in general yet.Any help on fixing this would be very helpful. Thanks.
The text was updated successfully, but these errors were encountered: