Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 597 Bytes

2022-10-03-create-dal-for-flow-template.md

File metadata and controls

10 lines (10 loc) · 597 Bytes
title issue
Create DAL for flow template
NEXT-23154

Core

  • Added new table flow_template to stored flow template data.
  • Added entities, definition and collection for table flow_template at Shopware\Core\Content\Flow\Aggregate\FlowTemplate.
  • Added migration Migration1659257296GenerateFlowTemplateDataFromEventAction to generate default flow template data.
  • Added Shopware\Core\Content\Flow\DataAbstractionLayer\Field\FlowTemplateConfigField to store config data.
  • Added Shopware\Core\Content\Flow\DataAbstractionLayer\FieldSerializer\FlowTemplateConfigFieldSerializer.