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

View sreen showing code of selectbox item #26

Closed hungpq12 closed 8 years ago

hungpq12 commented 8 years ago

I used this bundle,created profiles with channel Default, but on view screen, it showing ecommerce ( channel’s code ). The same with another selectbox items of profile form. I think it should be show item’s name.

manh-nguyen commented 8 years ago

profile-view-code

Screenshot for description above

damien-carcel commented 8 years ago

Hi hungpq12, Mahn.

I am not sure I understand your problem. You have a channel with code "ecommerce", but with label "Default", that's right? If that's the case, then there is nothing wrong with that, and has nothing to do with the connector, it is just the normal behavior of the PIM.

Regards, Damien

manh-nguyen commented 8 years ago

I meant why it's option code: doNotApply instead of option text: Do not Apply . You know, if some option codes has underscore, it looks weird "allow_export_attributes_options" (our extended option)

Regards, Manh

damien-carcel commented 8 years ago

Hi Manh.

The option text was indeed a missing translation. It is fixed in the last 1.0.3 version. 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

manh-nguyen commented 8 years ago

Thanks for the update @damien-carcel !

I will update the latest code and check it.

Cheers, Manh