Skip to content

Commit

Permalink
Update app/code/core/Mage/Adminhtml/Block/Widget/Grid.php
Browse files Browse the repository at this point in the history
Co-authored-by: Ng Kiat Siong <kiatsiong.ng@gmail.com>
  • Loading branch information
sreichel and kiatng authored Oct 16, 2024
1 parent ba3349f commit ff3f17f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/code/core/Mage/Adminhtml/Block/Widget/Grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ public function getConfigDefaultColumnSettings(): array
# should be called only once
if ($configNode === false) {
Mage::app()->getCacheInstance()->cleanType('config');
$configNode = Mage::getConfig()->getNode('grid/column/default');
}
$config = $configNode->asArray();
array_walk_recursive($config, function (&$value, $key) {
Expand Down

0 comments on commit ff3f17f

Please sign in to comment.