Your shopping cart is empty. Browse our Store

Magento

Open Source eCommerce Evolved

Magento Forum

   
Translate Inline for backend
 
dev722z
Jr. Member
 
Total Posts:  20
Joined:  2008-04-09
 

Hi,

I tried to use the translate inline utility in backend but it doesn’t work.
Data is saved in DB but no change when refreshing page.
That’s nothing to do with cache.

In saveTranslate() function in app/code/core/Mage/Core/Model/Mysql4/Translate/String.php :

if (is_null($storeId)) {
            $storeId 
Mage::app()->getStore()->getId();
        
}

Mage::app()->getStore()->getId() seems to always return 1 but storeId for backend is 0 (cf. core_store table).
If I change store_id value to 0 in DB changes are visible when I refresh the page.

Somebody can confirm that the translate inline utility in backend doesn’t work before I create a ticket in Bug Tracking ?

dev722z

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top
 
© Copyright 2008 Varien. Magento is a trademark of Irubin Consulting Inc. DBA Varien