Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0058236Openbravo ERPA. Platformpublic2025-03-13 16:172025-03-23 18:53
axelmercado 
alostale 
highmajoralways
closedfixed 
5
 
PR25Q2 
approved
No
Core
123342
No
0058236: process parameters not translated in some cases
Having an instance with a module that declares an element (AD_Element), a module (or the same one) that declares a process parameter pointing to that element and marked as "centrally maintained" and a module that translates that element. If a new module or a new version of the previous one which declares a new parameter making use of the same element is installed, the translation for this new parameter is not applied.
1. Install the attached module version 1.0.0 and its translation. Check the process param is correctly translated.
2. Install version 1.0.1 (ie. update.database -DforceRefData=true)
  ERROR: check the new parameter's translation is set to Warehouse instead of EntrepĂ´t as it should
No tags attached.
? org.openbravo.issue58236-1.0.0.obx (4,628) 2025-03-18 11:31
https://issues.openbravo.com/file_download.php?file_id=21060&type=bug
? org.openbravo.issue58236-1.0.1.obx (4,842) 2025-03-18 11:32
https://issues.openbravo.com/file_download.php?file_id=21061&type=bug
? org.openbravo.issue58236.fr_FR-1.0.0.obx (2,999) 2025-03-18 11:32
https://issues.openbravo.com/file_download.php?file_id=21062&type=bug
Issue History
2025-03-13 16:17axelmercadoNew Issue
2025-03-13 16:17axelmercadoAssigned To => Triage Platform Base
2025-03-13 16:17axelmercadoOBNetwork customer => No
2025-03-13 16:17axelmercadoModules => Core
2025-03-13 16:17axelmercadoSupport ticket => 123342
2025-03-13 16:17axelmercadoTriggers an Emergency Pack => No
2025-03-13 19:05axelmercadoSeverityminor => major
2025-03-13 19:28PracticsIssue Monitored: Practics
2025-03-18 11:31alostaleFile Added: org.openbravo.issue58236-1.0.0.obx
2025-03-18 11:32alostaleFile Added: org.openbravo.issue58236-1.0.1.obx
2025-03-18 11:32alostaleFile Added: org.openbravo.issue58236.fr_FR-1.0.0.obx
2025-03-18 11:37alostaleDescription Updatedbug_revision_view_page.php?rev_id=29380#r29380
2025-03-18 11:37alostaleSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=29382#r29382
2025-03-18 11:40alostaleSummaryError when applying translations => process parameters not translated in some cases
2025-03-18 11:49hgbotMerge Request Status => open
2025-03-18 11:49hgbotNote Added: 0176941
2025-03-18 17:04AugustoMauchAssigned ToTriage Platform Base => alostale
2025-03-18 17:05AugustoMauchStatusnew => scheduled
2025-03-23 18:53hgbotMerge Request Statusopen => approved
2025-03-23 18:53hgbotResolutionopen => fixed
2025-03-23 18:53hgbotStatusscheduled => closed
2025-03-23 18:53hgbotNote Added: 0177141
2025-03-23 18:53hgbotFixed in Version => PR25Q2
2025-03-23 18:53hgbotNote Added: 0177142

Notes
(0176941)
hgbot   
2025-03-18 11:49   
Merge Request created: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/openbravo/-/merge_requests/1596 [^]
(0177141)
hgbot   
2025-03-23 18:53   
Merge request merged: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/openbravo/-/merge_requests/1596 [^]
(0177142)
hgbot   
2025-03-23 18:53   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/openbravo [^]
Changeset: b6e5fbe0820f047347a08756806e7135357276c0
Author: Asier Lostalé <a.lostale@orisha.com>
Date: 23-03-2025 17:53:11
URL: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/openbravo/-/commit/b6e5fbe0820f047347a08756806e7135357276c0 [^]

fixes BUG-58236: process parameters not translated in some cases

Client Application's module's Language Create process extension didn't took into
consideration parameters that are centrailly maintained so they were craeted
created in their module's base language.

When installing new translation for elements the translations were properly
propageted but they weren't in case of new parameters making use of existing
elements that were already translated and remained unchanged.

---
M modules/org.openbravo.client.application/src-db/database/model/functions/OBUIAPP_LANGUAGE_CREATE.xml
---