Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 867 Bytes

2021-12-09-create-app-flow-action-dal.md

File metadata and controls

13 lines (13 loc) · 867 Bytes
title issue
Create app flow action DAL
NEXT-18950

Core

  • Added migration to create two new tables app_flow_action and app_flow_action_translation.
  • Added entities, definition and collection for table app_flow_action at Shopware\Core\Framework\App\Aggregate\FlowAction.
  • Added entities, definition and collection for table app_flow_action_translation at Shopware\Core\Framework\App\Aggregate\FlowActionTranslation.
  • Added OneToMany association between app and app_flow_action.
  • Added new property flowActions to Shopware\Core\Framework\App\AppEntity.
  • Added OneToMany association between language and app_flow_action_translation.
  • Added new property appFlowActionTranslations to Shopware\Core\System\Language\LanguageEntity.
  • Added new class Shopware\Core\Framework\App\FlowAction\AppFlowActionLoadedSubscriber