From a0242722e8c02e5365307ae4ed8ebd8585250bf3 Mon Sep 17 00:00:00 2001 From: Pawel Bujakowski Date: Sun, 20 Oct 2019 21:50:01 +0200 Subject: [PATCH] EZEE-2907: Removed dependency to flex-workflow --- composer.json | 1 - config/bundles.php | 1 - config/routes/ezplatform_flex_workflow.yaml | 2 -- 3 files changed, 4 deletions(-) delete mode 100644 config/routes/ezplatform_flex_workflow.yaml diff --git a/composer.json b/composer.json index 09b207cd43..217219ab3d 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,6 @@ "ezsystems/ezplatform-user": "^2.0@dev", "ezsystems/ezplatform-workflow": "^2.0@dev", "ezsystems/ezpublish-kernel": "^8.0@dev", - "ezsystems/flex-workflow": "^4.0@dev", "ezsystems/repository-forms": "^3.0@dev", "ezsystems/ezplatform-content-forms": "^1.0@dev", "friendsofsymfony/jsrouting-bundle": "^2.3", diff --git a/config/bundles.php b/config/bundles.php index 2b63779c5d..a98bdd2487 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -56,7 +56,6 @@ EzSystems\EzPlatformPageFieldTypeBundle\EzPlatformPageFieldTypeBundle::class => ['all' => true], EzSystems\EzPlatformFormBuilderBundle\EzPlatformFormBuilderBundle::class => ['all' => true], EzSystems\DateBasedPublisherBundle\EzSystemsDateBasedPublisherBundle::class => ['all' => true], - EzSystems\FlexWorkflowBundle\EzSystemsFlexWorkflowBundle::class => ['all' => true], EzSystems\EzPlatformEnterpriseEditionInstallerBundle\EzPlatformEnterpriseEditionInstallerBundle::class => ['all' => true], EzSystems\EzPlatformWorkflowBundle\EzPlatformWorkflowBundle::class => ['all' => true], EzSystems\EzPlatformCalendarBundle\EzPlatformCalendarBundle::class => ['all' => true], diff --git a/config/routes/ezplatform_flex_workflow.yaml b/config/routes/ezplatform_flex_workflow.yaml deleted file mode 100644 index 96467167bb..0000000000 --- a/config/routes/ezplatform_flex_workflow.yaml +++ /dev/null @@ -1,2 +0,0 @@ -ezplatform.ee.flex_workflow: - resource: '@FlexWorkflowBundle/Resources/config/routing.yaml'