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.
2 parents a724ee7 + 7268151 commit df7f428Copy full SHA for df7f428
app/code/Magento/Backend/Block/Widget/Grid/Column.php
@@ -447,7 +447,7 @@ public function setFilterType($type, $className)
447
*/
448
protected function _getFilterByType()
449
{
450
- $type = strtolower($this->getType());
+ $type = $this->getFilterType() ? strtolower($this->getFilterType()) : strtolower($this->getType());
451
$filterClass = isset($this->_filterTypes[$type]) ? $this->_filterTypes[$type] : $this->_filterTypes['default'];
452
453
return $filterClass;
0 commit comments