Skip to content

Commit

Permalink
EZEE-2578: Add eZ Platform Workflow bundle to meta (ezsystems#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx authored and Łukasz Serwatka committed Dec 7, 2018
1 parent 28afb78 commit 553c7f1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public function registerBundles()
new EzSystems\DateBasedPublisherBundle\EzSystemsDateBasedPublisherBundle(),
new EzSystems\FlexWorkflowBundle\EzSystemsFlexWorkflowBundle(),
new EzSystems\EzPlatformEnterpriseEditionInstallerBundle\EzPlatformEnterpriseEditionInstallerBundle(),
new EzSystems\EzPlatformWorkflowBundle\EzPlatformWorkflowBundle(),
// Application
new AppBundle\AppBundle(),
];
Expand Down
2 changes: 2 additions & 0 deletions app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ framework:
assets: true
php_errors:
log: true
workflow:
enabled: true

# Twig Configuration
twig:
Expand Down
3 changes: 3 additions & 0 deletions app/config/routing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ ezplatform.ee.date_based_publisher:
ezplatform.ee.flex_workflow:
resource: '@FlexWorkflowBundle/Resources/config/routing.yml'

ezplatform.ee.workflow:
resource: '@EzPlatformWorkflowBundle/Resources/config/routing.yml'

fos.js_routing:
resource: '@FOSJsRoutingBundle/Resources/config/routing/routing.xml'

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"ezsystems/ezpublish-kernel": "^7.4@dev",
"ezsystems/flex-workflow": "^3.2@dev",
"ezsystems/repository-forms": "^2.4@dev",
"ezsystems/ezplatform-workflow": "^1.0@dev",
"friendsofsymfony/jsrouting-bundle": "^1.6.3",
"gregwar/captcha-bundle": "^2.0",
"incenteev/composer-parameter-handler": "^2.1.3",
Expand Down

0 comments on commit 553c7f1

Please sign in to comment.