Skip to content

Commit

Permalink
Merge pull request #15 from michalpipa/flex-workflow
Browse files Browse the repository at this point in the history
Added and enabled FlexWorkflowBundle
  • Loading branch information
lserwatka committed Nov 17, 2015
2 parents 68dd55a + 87c5ac7 commit d772c70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"ezsystems/ezstudio-demo-bundle": "~1.0@dev",
"ezsystems/ezstudio-demo-bundle-data": "~1.0@dev",
"ezsystems/share-buttons-bundle": "~1.0@dev",
"ezsystems/flex-workflow": "~1.0@dev",
"egulias/listeners-debug-command-bundle": "~1.9",
"white-october/pagerfanta-bundle": "1.0.*",
"hautelook/templated-uri-bundle": "~1.0 | ~2.0",
Expand Down
1 change: 1 addition & 0 deletions ezpublish/EzPublishKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public function registerBundles()
new EzSystems\StudioUIBundle\EzSystemsStudioUIBundle(),
new EzSystems\StudioDemoBundle\EzSystemsStudioDemoBundle(),
new EzSystems\ShareButtonsBundle\EzSystemsShareButtonsBundle(),
new EzSystems\FlexWorkflowBundle\EzSystemsFlexWorkflowBundle(),
new EzSystems\PlatformUIAssetsBundle\EzSystemsPlatformUIAssetsBundle(),
new EzSystems\PlatformUIBundle\EzSystemsPlatformUIBundle(),
new WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle(),
Expand Down
3 changes: 3 additions & 0 deletions ezpublish/config/routing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ _ezpublishStudioUIRoutes:

_ezpublishStudioDemoRoutes:
resource: "@eZStudioDemoBundle/Resources/config/routing.yml"

_ezpublishFlexWorkflowRoutes:
resource: "@FlexWorkflowBundle/Resources/config/routing.yml"

0 comments on commit d772c70

Please sign in to comment.