akeneo-labs / EnhancedConnectorBundle

[DEPRECATED] Provides product reader with more option (choice on completeness, choice on enabled, delta based on last export time).
21 stars 11 forks source link

locale column in attribute export #23

Closed akkermanronald closed 8 years ago

akkermanronald commented 8 years ago

Why are we getting locale column for fr_FR in the attribute export if French is disabled and not associated to the channel?

schermafdruk 2015-10-21 11 45 56
damien-carcel commented 8 years ago

Hello.

Are you talking about the attribute export dedicated to PimGento or the standard product export? Anyway, both exports use the same reader, directly provided by the PIM. So this could be not a EnhancedConnectorBundle problem, but a PIM one.

I recommand that you ask for help on our forums for this matter.

Regards, Damien

damien-carcel commented 8 years ago

Hello again.

I dig a little more about it. Indeed, the problem is specific to the connector and to the PimGento attribute export. We will try to fix it as soon as possible.

Regards, Damien

akkermanronald commented 8 years ago

Thanks, we look forward to it!

damien-carcel commented 8 years ago

Hello Ronald.

This is now fixed with the last 1.0.3 release of the connector. Don't forget to clear your cache and to reload assets after update:

php app/console cache:clear --env=prod
php app/console pim:install:assets --env=prod

Regards, Damien