Translation cache must always use the original (untranslated) value to avoid...
Translation cache must always use the original (untranslated) value to avoid duplicates, because otherwise if "foo" translates as "bar", and "baz" translates also as "bar", only the first encountered will get indexed in translation table, meaning that any translated search on "baz" will produce no result. It causes the invisibility of some lines in listboxes typically when filtering by translated_workflow_state_title. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14500 20353a03-c40f-0410-a6d1-a30d3c3de9de
Showing
Please register or sign in to comment