-
-
Notifications
You must be signed in to change notification settings - Fork 43
Description
Description
erase_create_execute (admin created) won't process all entities/fields, will process {"entity_id":47,"entity_type":"customer"} regardless of settins
Prerequisites
PHP Version:
- 8.3
Magento Version:
- Adobe Commerce ver. 2.4.7-p2
Module Version:
- dev/master
Desktop (if applicable):
n/a
Smartphone (if applicable):
n/a
Issue Details
erase_create_execute (admin created) won't process all entities/fields, will process {"entity_id":47,"entity_type":"customer"} regardless of settins
Steps to reproduce the behavior
"Customer Component Erasure Strategy" settings are set for all components and fields.
But when admin trigdered, erase_create_execute task won't process all entities/fields, will only process {"entity_id":**,"entity_type":"customer"} regardless of settings
Expected behavior
Erase all component, hence a longer list of {"entity_id":**,"entity_type":... } including, customer_address, orders, etc

