Skip to content
Snippets Groups Projects

Issue #3459143: Make test BatchOperations only show when location set to codit_batch_operations

6 files
+ 65
50
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -76,7 +76,7 @@ class OperationsBase extends ControllerBase {
*
* @var \Drupal\Core\Config\Config
*/
protected $config;
protected $cboConfig;
/**
* The core form builder.
@@ -135,7 +135,7 @@ class OperationsBase extends ControllerBase {
$this->moduleHandler = $module_handler;
$this->request = $request_stack->getCurrentRequest();
$this->state = $state;
$this->config = $this->configFactory->getEditable('codit_batch_operations.settings');
$this->cboConfig = $this->configFactory->getEditable('codit_batch_operations.settings');
}
/**
Loading