Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 931 Bytes

2022-01-12-update-applifecycle-element-for-flow-action.md

File metadata and controls

12 lines (12 loc) · 931 Bytes
title issue
Update AppLifecycle element for flow action
NEXT-18951

Core

  • Added FlowActionPersister class in Shopware\Core\Framework\App\Lifecycle\Persister for saving data config from flow-action.xml to app_flow_action table.
  • Added getFlowActions function in Shopware\Core\Framework\App\Lifecycle\AppLoader for getting data config from flow-action.xml.
  • Added new property appFlowAction to Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceEntity.
  • Added new property flowSequences to Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionEntity.
  • Added OneToMany association between app_flow_action and flow_sequence.
  • Changed updateApp function in Shopware\Core\Framework\App\Lifecycle\AppLifecycle for calling service FlowActionPersister.
  • Changed collect function in Shopware\Core\Content\Flow\Api\FlowActionCollector to add more actions from app system.