customer-data-framework
customer-data-framework copied to clipboard
Customer Data Framework community bundle adds capability for management of customer data to Pimcore.
Partially resolves https://github.com/pimcore/pimcore/issues/13015
See: - https://github.com/pimcore/pimcore/pull/16966 - https://github.com/pimcore/demo/pull/575
See https://github.com/pimcore/pimcore/pull/16589 Requires https://github.com/pimcore/personalization-bundle/pull/66
### Expected behavior Calling webservice URLs should not cause any problems. ### Actual behavior The call to `/__customermanagementframework/webservice/newsletter/get-queue-size` causes following error message: ```log Session was used while the request was...
### 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 ###...
### Expected behavior cmf.min.js is a minified version of cmf.js e.g. In your merged pull request (https://github.com/pimcore/customer-data-framework/pull/504) you fixed cmf.js but did not update the cmf.min.js ### Actual behavior An...
### Improvement description see details https://github.com/pimcore/pimcore/issues/14138#issue-1556426476
### Feature description Just to follow consistent namespace for Pimcore bundles
### Expected behavior Frontend assets for the admin should be generated using gulp. ### Actual behavior A lot of deprecated libraries are listed. ### Steps to reproduce Try to generate...