|
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
|