Open
Description
This issue is automatically created based on existing pull request: #27830: Added processing of missed 'Fields enclosure' on admin exports
Description
The value of "Fields Enclosure" checkbox on admin export page (System -> Export) is not passed to appropriate export model, therefore enclosure behavior is not handled.
This Pull Request is fixing that.
Manual testing scenarios
- Ensure you have some products and custom attributes.
- Export products through backend with the parameters:
- Entity Type: Products
- Export File Format: CSV
- Fields Enclosure: Yes
- Download and open generated CSV file.
All attribute values in additional_attributes
column must be wrapped by double quotes "
, but they aren't.
Related Issues
Probably, it's worth to mention here closed issue #14642, there was the similar problem with skip_attr
field.
Metadata
Metadata
Assignees
Labels
Gate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Failed. Automatic verification of issue format is failedMay be fixed according to the position in the backlog.The issue has been reproduced on latest 2.4-develop branchAffects non-critical data or functionality and does not force users to employ a workaround.