title | issue |
---|---|
Create flow and flow sequence DAL for flow builder |
NEXT-15110 |
- Added two new tables
flow
andflow_sequence
to stored flow and flow sequence data for Flow Builder. - Added entities, definition and collection for table
flow
atShopware\Core\Content\Flow
. - Added entities, definition and collection for table
flow_sequence
atShopware\Core\Content\Flow\Aggregate\FlowSequence
. - Added OneToMany association between
rule
andflow_sequence
. - Added new property
flowSequences
toShopware/Core/Content/Rule/RuleEntity
. - Deprecated
EventActionRuleDefinition
atShopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule
. - Deprecated
EventActionSalesChannelDefinition
atShopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel
. - Deprecated
EventActionCollection
,EventActionDefinition
,EventActionEntity
,EventActionEvents
andEventActionSubscriber
, atShopware\Core\Framework\Event\EventAction
. - Deprecated
eventActions
property inRuleEntity
andRuleDefinition
atShopware\Core\Content\Rule
. - Deprecated
eventActions
property inSalesChannelEntity
andSalesChannelDefinition
atShopware\Core\System\SalesChannel
.