<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
    <title>Magento Issue Tracking</title>
    <link>http://www.magentocommerce.com/bug-tracking/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>MagentoCommerce</dc:creator>
    <dc:rights>Copyright {gmt_date format="%Y"}</dc:rights>
    <dc:date>{gmt_date format="%Y-%m-%dT%H:%i:%s%Q"}</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
        <item>
        <title>View Issue #8772 / configurable products are not editable</title>
        <link>http://www.magentocommerce.com/bug-tracking/issue?issue=4137</link>
        <description><![CDATA[<strong>Posted:</strong> 2008-11-21 07:55:55<br/><strong>Category:</strong> Configuration<br/><strong>Version:</strong> 1.1.7<br/><strong>Priority:</strong> high<br/><strong>Status:</strong> closed<br/><strong>Reported By:</strong> <a href="http://www.magentocommerce.com/boards/member/72406/">Tan Rambun</a></strong><br/><br/>After upgrading to 1.1.7 configurable products are not editable, when &quot;Manage Stock&quot; is set to &quot;No&quot; in the configuration, which means that the configuration-value &quot;cataloginventory/item_options/manage_stock&quot; is set to &quot;0&quot;. Also no new configurable products can be added.<br />
<br />
The error is reported by several users in the forum-thread here:<br />
http://www.magentocommerce.com/boards/viewthread/23532/<br/><br/><hr/>]]></description>
    </item>
    
                    <item>
        <title>RE: configurable products are not editable</title>
        <description><![CDATA[<em>#1 / Comment by <a href="http://www.magentocommerce.com/boards/member/45198/">joyously</a></em><br/><br/>It?s a very simple fix.<br />
In Mage\CatalogInventory\Model\Mysql4\Stock\Item.php line 81 there is<br />
$isStockManagedInConfig = Mage::getStoreConfig(Mage_CatalogInventory_Model_Stock_Item::XML_PATH_MANAGE_STOCK);<br />
Simply make it<br />
$isStockManagedInConfig = (int) Mage::getStoreConfig(Mage_CatalogInventory_Model_Stock_Item::XML_PATH_MANAGE_]]></description>
    </item>
            <item>
        <title>RE: configurable products are not editable</title>
        <description><![CDATA[<em>#2 / Comment by Magento Team</em><br/><br/>Hello Tan Rambun, This issue was fixed. The changes will be available in the next bugfix release. Thank you.]]></description>
    </item>
        </channel>
</rss>