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

Duplicate attribute exported for each store language #299

Open
adimaheshwary7 opened this issue Mar 7, 2021 · 3 comments
Open

Duplicate attribute exported for each store language #299

adimaheshwary7 opened this issue Mar 7, 2021 · 3 comments

Comments

@adimaheshwary7
Copy link

  • FACT-Finder-Web-Components Magento2-Module version (see composer.json): 0.1.0 (latest)
  • Magento edition and version: 2.3.6
  • PHP version: 7.X
  • Expected behavior: If we have a attribute then when we export the CSV, it should contain only attribute.
  • Actual behavior: While exporting the CSV we have got the duplicate attribute(in each language) for example we have attribute "Size" in in english we have name as "Size" and in german we have "Size" as "Tilla" and in some more language we have some other translation for same attribute(Size) sso in CSV we have duplicate value for each translated attribute.
  • Steps to reproduce: create mutiple store(de, es,fr) and export the CSV in each CSV you will have duplicate attribute exported.
    -Attaching the screen for example.
    image
@a-laurowski
Copy link
Contributor

a-laurowski commented Mar 8, 2021

Hi @amitnaraniwal and thanks for the reporting.
Are you sure the newest version of module is in use? Latest release is v1.6.5
https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v1.6.5
The module composer.json file doesn't contain version because its not required.

@adimaheshwary7
Copy link
Author

adimaheshwary7 commented Apr 1, 2021 via email

@a-laurowski
Copy link
Contributor

hi @adimaheshwary7
I think you can just require the module and composer should install newest release possible as long as there are no constraints due to other project dependencies that would prevent this.
If you want to specify the version you can use following syntax
composer require vendor/package:version
Recent version is v1.6.5 (v could be skipped, composer should figure it out)

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