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

[BUG] - FileAttributeValueHandler does not download files for all locales when attribute has value per locale in Akeneo #189

Open
fabianaromagnoli opened this issue Nov 24, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@fabianaromagnoli
Copy link
Member

Describe the bug
FileAttributeValueHandler does not download files for all locales when attribute has value per locale in Akeneo

To Reproduce
Steps to reproduce the behavior:

  1. Create a file attribute "pdf_datasheet" in Akeneo with value per locale set tot true
  2. Create the corresponding "pdf_datasheet" text attribute in Sylius
  3. Create a product in Akeneo and populate the "pdf_datasheet" attribute with differente values for two different locales (it_IT and en_150)
  4. Import this product to Sylius

Expected behavior
The attribute "pdf_datasheet" has both Italian and English values and both files have been downloaded to the configured download path

Actual behavior
The attribute "pdf_datasheet" has both Italian and English values but only the it_IT file has been downloaded to the configured download path

@fabianaromagnoli fabianaromagnoli added the bug Something isn't working label Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant