-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Description
Environment and configuration
- Magento 2.4.6-p9
- akeneo/module-magento2-connector-community 104.3.18
- PHP 8.2
Steps to reproduce
- Create different attribute description for product (description) and product model (configurable_description)
- In the connector configuration for a configurable product, the mapping configurable_description to description is set
- Run bin/magento akeneo_connector:import --code=product
Expected result
- Correctly mapped product descriptions
Actual result
- Descriptions on modal products are truncated after 255 characters
Debug
When the bin/magento akeneo_connector:import --code=product command is run, the data for products configurable from PIM is saved in the tmp_akeneo_connector_entities_product_model table. In the next steps, this data is processed and saved in the tmp_akeneo_connector_entities_product table.
In the first table, the description field type is text, but in the second table, the description field has the type varchar(255).
This applies to every attribute that is mapped.
Metadata
Metadata
Assignees
Labels
No labels