Skip to content

Conversation

@seansan
Copy link
Contributor

@seansan seansan commented Jan 20, 2020

Removed 2nd if check after M version upgrade broke this for many grids
Described here
https://www.garybell.co.uk/fix-magento-invalid-attribute-error-supee-11219/
and here https://magento.stackexchange.com/a/292307/78

Fixes #882

@sreichel
Copy link
Contributor

I'd like to close ....

https://magento.stackexchange.com/questions/292092/supee-11219-potential-issues/292307#292307

Edit: Fixed the issue by moving callbacks to another class which extends proper parent class in this case Mage_Adminhtml_Block_Widget_Grid. In the past custom callback functions could basically be in any class and we had these in plain Helper\Data.php which just extended Mage_Core_Helper_Abstract and that didn't work anymore.

Just put callback into right class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Component: Adminhtml Relates to Mage_Adminhtml invalid SUPEE Relates to security patches wontfix

3 participants