Skip to content

Commit

Permalink
Merge pull request #434 from dpfaffenbauer/process-manager
Browse files Browse the repository at this point in the history
Remove ProcessManager integration
  • Loading branch information
dpfaffenbauer authored Jan 31, 2025
2 parents cab4241 + f4fcbbc commit f37e646
Show file tree
Hide file tree
Showing 26 changed files with 6 additions and 1,269 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"guzzlehttp/psr7": "< 2.0"
},
"suggest": {
"dpfaffenbauer/process-manager": "Allows to start Imports/Exports from within Pimcore UI and also tracks Status of current processes.",
"guzzlehttp/psr7": "For downloading external data like Images"
},
"autoload": {
Expand Down
1 change: 0 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ parameters:
- '**/DependencyInjection/Configuration.php'
- '**/Migrations/Version*.php'
# Ignore cause the file uses external dependencies and will only be used if those dependencies are met
- '**/ProcessManager/*.php'
- '**/CoreShop/*.php'
- '**/Dao.php'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,6 @@ public function load(array $configs, ContainerBuilder $container)
$loader->load('guzzle_psr7.yml');
}

if (array_key_exists('ProcessManagerBundle', $bundles)) {
$config['pimcore_admin']['js']['process_manager_import'] = '/bundles/datadefinitions/pimcore/js/process_manager/import_definitions.js';
$config['pimcore_admin']['js']['process_manager_export'] = '/bundles/datadefinitions/pimcore/js/process_manager/export_definitions.js';
$config['pimcore_admin']['js']['process_manager_export_contextmenu'] = '/bundles/datadefinitions/pimcore/js/process_manager/export_contextmenu.js';
$config['pimcore_admin']['js']['process_manager_export_search'] = '/bundles/datadefinitions/pimcore/js/process_manager/export_search.js';
$loader->load('process_manager.yml');
}

$this->registerDependantBundles('coreshop', [PimcoreSimpleBackendSearchBundle::class], $container);
$this->registerPimcoreResources('data_definitions', $config['pimcore_admin'], $container);

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

59 changes: 0 additions & 59 deletions src/DataDefinitionsBundle/ProcessManager/ArtifactProviderTrait.php

This file was deleted.

Loading

0 comments on commit f37e646

Please sign in to comment.