Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0017501Openbravo ERP01. General setuppublic2011-06-06 11:272011-06-06 15:58
plujan 
shuehner 
urgentmajoralways
closedfixed 
20Debian 5.0
2.50 
2.50MP31 
Core
No
0017501: Translation of process' button names
When the application is in English, the process' button name is equal to the process name, but in other languages (like Spanish) the button name is the element's name of the column.

So, although translations are OK, they can have wrong button names if the name of the element is different to the name of the associated process.
Examples are in bugs 0010784 or 0009456
No tags attached.
related to defect 00118283.0MP0 closed shuehner Translation of process' button names 
Issue History
2011-06-06 11:27plujanNew Issue
2011-06-06 11:27plujanAssigned To => shuehner
2011-06-06 11:27plujanModules => Core
2011-06-06 11:27plujanIssue generated from0011828
2011-06-06 11:27plujanRelationship addedrelated to 0011828
2011-06-06 12:35hgbotCheckin
2011-06-06 12:35hgbotNote Added: 0038025
2011-06-06 12:35hgbotStatusnew => resolved
2011-06-06 12:35hgbotResolutionopen => fixed
2011-06-06 12:35hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.50/rev/ea466ab9068a2a669ce8ae65e903594705f1c338 [^]
2011-06-06 15:58marvintmStatusresolved => closed

Notes
(0038025)
hgbot   
2011-06-06 12:35   
Repository: erp/stable/2.50
Changeset: ea466ab9068a2a669ce8ae65e903594705f1c338
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Mon Jun 06 12:33:59 2011 +0200
URL: http://code.openbravo.com/erp/stable/2.50/rev/ea466ab9068a2a669ce8ae65e903594705f1c338 [^]

Fixed 17501: Fix synchronization of ad_process_trl -> ad_field_trl
Trigger supposed to be doing that had a typo prevent proper synchronization.
In addition fixing that, this change also deactivates the check doing the sync
only if some field of the ad_process_trl record really changed to also apply
the fix to existing instances (on next import of translations) even if the value
in ad_process_trl (name, description, ...) does not change.

---
M src-db/database/model/triggers/AD_PROCESS_TRL_TRG.xml
---