Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.4 change to Mage_Adminhtml_Block_Catalog_Product_Edit_Tab_Super_Config_Grid #4

Closed
benz opened this issue Apr 21, 2010 · 1 comment

Comments

@benz
Copy link

benz commented Apr 21, 2010

OrganicInternet_SimpleConfigurableProducts_Adminhtml_Block_Catalog_Product_Edit_Tab_Super_Config_Grid copies the _prepareCollection() method of the Mage block in the title.

However in version 1.4.0.1 the mage block has changed slightly to include a check for ReadOnly in the grid:
if ($this->isReadonly()) {
$collection->addFieldToFilter('entity_id', array('in' => $this->_getSelectedProducts()));
}

@toasty
Copy link
Collaborator

toasty commented Apr 24, 2010

Well spotted, cheers.
(I've added it but I'm still testing so not uploaded anything yet.)

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants