Skip to content

Commit

Permalink
Merge pull request #433 from dpfaffenbauer/issue/432
Browse files Browse the repository at this point in the history
add PimcoreSimpleBackendSearchBundle as dependant bundle in installer
  • Loading branch information
dpfaffenbauer authored Jan 24, 2025
2 parents 617e1a8 + 41119ac commit cab4241
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
use Instride\Bundle\DataDefinitionsBundle\Runner\ExportRunnerInterface;
use Instride\Bundle\DataDefinitionsBundle\Runner\RunnerInterface;
use Instride\Bundle\DataDefinitionsBundle\Setter\SetterInterface;
use Pimcore\Bundle\SimpleBackendSearchBundle\PimcoreSimpleBackendSearchBundle;
use Pimcore\Config\LocationAwareConfigRepository;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
Expand Down Expand Up @@ -84,6 +85,7 @@ public function load(array $configs, ContainerBuilder $container)
$loader->load('process_manager.yml');
}

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

$container
Expand Down

0 comments on commit cab4241

Please sign in to comment.