We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5836a9 commit 9316f40Copy full SHA for 9316f40
dev/tools/performance-toolkit/fixtures/indexers_states_apply.php
@@ -22,7 +22,7 @@ public function execute()
22
$indexers = \Magento\ToolkitFramework\Config::getInstance()->getValue('indexers', []);
23
$this->application->resetObjectManager();
24
foreach ($indexers["indexer"] as $indexer) {
25
- $this->application->indexersStates[$indexer['id']] = $indexer['set_scheduled'];
+ $this->application->indexersStates[$indexer['id']] = ($indexer['set_scheduled'] == "true");
26
}
27
$this->application->getObjectManager()->get('Magento\Framework\App\CacheInterface')
28
->clean([\Magento\Framework\App\Config::CACHE_TAG]);
0 commit comments