diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_updateTranslationTable.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_updateTranslationTable.xml index 5a18f825e944b5d67ab7353ebdfed0023c7b33b8..25221091a52ab541a3be269623d334f3d04e6517 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_updateTranslationTable.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_updateTranslationTable.xml @@ -98,7 +98,7 @@ for wf in context.portal_workflow.objectValues():\n if state.title != \'\' :\n state_var_title = \'%s_title\' % state_var\n translated_message = context.Localizer.erp5_ui.gettext(state.title.decode(\'utf-8\'), lang=lang).encode(\'utf-8\')\n - key = (lang, state_var_title, state.title)\n + key = (lang, state_var_title, state_id, state.title)\n if not translated_keys.has_key(key):\n translated_keys[key] = None # mark as translated\n obj = newTempBase(context, \'temp_translation_%d\' % i,\n