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] Downloadable links are exported for all product types #377

Open
aleksejsbaranovs10 opened this issue Oct 13, 2020 · 1 comment
Open

Comments

@aleksejsbaranovs10
Copy link

aleksejsbaranovs10 commented Oct 13, 2020

Preconditions (*)

Steps to reproduce (*)

  1. Create a downloadable product, add links data (example - https://prnt.sc/uye1bo)
  2. Create a simple (or configurable, or bundle) product
  3. Reindex products feed
  4. Simple (or configurable, or bundle) product "productOptions" will contain the following data:
{
    "productOptions": [
        {
            "id": "link:4",
            "type": "downloadable",
            "values": null
        }
    ]
}

Expected result (*)

  1. Only downloadable products should contain downloadable links data

Actual result (*)

  1. All product types contain a downloadable link data w/o "values"

Downloadable links provider - Magento\CatalogDataExporter\Model\Provider\Product\ProductOptions\DownloadableLinks

@m2-assistant
Copy link

m2-assistant bot commented Oct 13, 2020

Hi @aleksejsbaranovs10. Thank you for your report.
To help us process this issue please make sure that you provided sufficient information.

Please, add a comment to assign the issue: @magento I am working on this


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

1 participant