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

Tags added to an asset when the asset is created aren't used #358

Open
nrandell opened this issue Dec 4, 2024 · 1 comment
Open

Tags added to an asset when the asset is created aren't used #358

nrandell opened this issue Dec 4, 2024 · 1 comment

Comments

@nrandell
Copy link

nrandell commented Dec 4, 2024

I've got some code that creates a new management asset and adds metadata to that with various tags.

However when I create the asset in contentful, I can see the asset correctly, but it has no tags.

When I look at the json is sent up, I can't see the metadata fields.

It looks like the WriteJson method in the ManagementAssetJsonConverter is not serialilizing the metadata fields.

Am I doing something incorrectly? Can I not create an asset with tags already assigned?

@Roblinde
Copy link
Collaborator

Roblinde commented Dec 4, 2024

@nrandell thanks for this report, I'll have a look. It's very possible the ManagementAssetJSonConverter might be missing handling for the metadata.

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

No branches or pull requests

2 participants