title | issue |
---|---|
Create handler for set custom field action |
NEXT-17740 |
- Added
Shopware\Core\Content\Flow\Action\SetOrderCustomFieldAction
class to handle set custom field for order action. - Added
Shopware\Core\Content\Flow\Action\SetCustomerCustomFieldAction
class to handle set custom field for customer action. - Added
Shopware\Core\Content\Flow\Action\SetCustomerGroupCustomFieldAction
class to handle set custom field for customer group action. - Added
CustomerGroupAware
interface atShopware\Core\Framework\Event
.