title | issue |
---|---|
Update AppLifecycle element for flow action |
NEXT-18951 |
- Added
FlowActionPersister
class inShopware\Core\Framework\App\Lifecycle\Persister
for saving data config from flow-action.xml toapp_flow_action
table. - Added
getFlowActions
function inShopware\Core\Framework\App\Lifecycle\AppLoader
for getting data config from flow-action.xml. - Added new property
appFlowAction
toShopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceEntity
. - Added new property
flowSequences
toShopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionEntity
. - Added OneToMany association between
app_flow_action
andflow_sequence
. - Changed
updateApp
function inShopware\Core\Framework\App\Lifecycle\AppLifecycle
for calling serviceFlowActionPersister
. - Changed
collect
function inShopware\Core\Content\Flow\Api\FlowActionCollector
to add more actions from app system.