|
@@ -17,7 +17,7 @@ |
|
|
block discarded – undo |
|
17
|
17
|
$defaultManagerType = $container->getParameter('dtc_queue.manager.job'); |
|
18
|
18
|
$runManagerType = $container->getParameter($this->getRunManagerType($container)); |
|
19
|
19
|
if ($defaultManagerType === 'orm' || $runManagerType === 'orm' || $defaultManagerType === 'odm' || $runManagerType === 'odm') { |
|
20
|
|
- $filename =__DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'Resources' . DIRECTORY_SEPARATOR . 'config' . DIRECTORY_SEPARATOR . 'dtc_grid.yaml'; |
|
|
20
|
+ $filename = __DIR__.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'Resources'.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'dtc_grid.yaml'; |
|
21
|
21
|
$cacheDir = $container->getParameter('kernel.cache_dir'); |
|
22
|
22
|
if (class_exists('Dtc\GridBundle\Grid\Source\ColumnSource')) { |
|
23
|
23
|
\Dtc\GridBundle\Grid\Source\ColumnSource::cacheClassesFromFile($cacheDir, $filename); |
Please login to merge, or discard this patch.