Skip to content

Commit

Permalink
Merge pull request #7 from adpeate/master
Browse files Browse the repository at this point in the history
added storefront template hint path in ConfigUpdate
  • Loading branch information
vpietri authored Jul 22, 2016
2 parents c98ff5d + 81f2bc4 commit 76e4090
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Controller/Action/ConfigUpdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public function execute()
$configValue = ($this->_qdbHelper->getConfig('dev/debug/template_hints', $configScope, $configScopeId)) ? 0 : 1;

$this->_resourceConfig->saveConfig('dev/debug/template_hints', $configValue, $configScope, $configScopeId);
$this->_resourceConfig->saveConfig('dev/debug/template_hints_storefront', $configValue, $configScope, $configScopeId);
$this->_resourceConfig->saveConfig('dev/debug/template_hints_blocks', $configValue, $configScope, $configScopeId);
$output = "Hints set " . ($configValue ? 'On' : 'Off');
break;
Expand Down Expand Up @@ -141,4 +142,4 @@ public function execute()
}

}
}
}

0 comments on commit 76e4090

Please sign in to comment.