customer-data-framework icon indicating copy to clipboard operation
customer-data-framework copied to clipboard

[Bug]: not all customer fields can be updated via restApi

Open Refaat-alktifan opened this issue 3 years ago • 1 comments

Expected behavior

All fields should be updatable via restApi, e.g. Consent, Relation etc.

Actual behavior

Fields with the type Consent, Relation are not updatable via restApi

https://github.com/pimcore/customer-data-framework/blob/b27519bf79b9ecf176379857d399210e0041421e/src/CustomerProvider/DefaultCustomerProvider.php#L189

Steps to reproduce

call update function with Consent as data https://github.com/pimcore/customer-data-framework/blob/b27519bf79b9ecf176379857d399210e0041421e/src/CustomerProvider/DefaultCustomerProvider.php#L189

Refaat-alktifan avatar Nov 29 '22 10:11 Refaat-alktifan

All date fields are also affected by this problem

micru avatar Dec 08 '22 10:12 micru