customer-data-framework
customer-data-framework copied to clipboard
[Bug]: not all customer fields can be updated via restApi
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
All date fields are also affected by this problem