You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Screenshots
settings:
Action log:
The text was updated successfully, but these errors were encountered:
Could you try with the following version please? 5.0.0-beta1
Be careful as it contains major BIC changes, unless you have overriden some files you should be fine.
Same issue ; the erase action only processes the customer entity.
Adresses, quotes, orders remain the same.
Other issue: the "erase data (gdpr)" action cta from the customer detail admin page triggers a process, but the same action from the list page (drop down menu) won't trigger anything.
New issue after installing 5.0.0-beta1: the "Action log" menu entry is gone.
The "Actions" have been removed in 5.0.0, the idea behind this is to simplify the base code and remove some "magics".
Regarding the case that only the customer data is erased, but the address, quotes and orders remains, I need to investigate as I didn't face this issue. Do you use custom configuration or are you using the default ones?
If you need to monitor the process, you check the table directly. In the near future a view will be added to the admin to monitor those processes.
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:
Magento Version:
Module Version:
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
Screenshots
settings:
Action log:
The text was updated successfully, but these errors were encountered: