Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0005897Openbravo ERPA. Platformpublic2008-11-10 11:592022-02-01 08:09
gorka_gil 
Triage Platform Base 
normalminorhave not tried
acknowledgedopen 
5
 
 
Core
No
0005897: Errors messages with parameters
It would be interesting to have error messages with numerated parameters.

The numeration is necessary because for language translation the order of parameters can change

Instead of:
  typeError = "Error of "
  moduleError = " in module "
  obError(@typeError@ + errorMessage + @moduleError@ + moduleName)

Use this:
  typeError = "Error of P1 in module P2"
  obError(@typeError@, errorMessage, moduleName)
ReleaseCandidate, Usability
blocks design defect 0013792 acknowledged Triage Platform Base Every single Help Title turns out to be wrong in Japanese 
Issue History
2008-11-10 11:59gorka_gilNew Issue
2008-11-10 11:59gorka_gilAssigned To => rafaroda
2008-11-10 11:59gorka_gilsf_bug_id0 => 2254933
2008-11-10 11:59gorka_gilRegression testing => No
2008-11-10 14:25rafarodaAssigned Torafaroda => pjuvara
2008-11-17 15:50pjuvaraTag Attached: ReleaseCandidate
2008-11-17 15:50pjuvaraStatusnew => acknowledged
2008-11-17 15:51pjuvaraTag Attached: Usability
2009-05-22 19:34pjuvaraAssigned Topjuvara => iciordia
2010-07-03 09:47iciordiaRelationship addedblocks 0013792
2010-07-03 09:48iciordiaAssigned Toiciordia => alostale
2017-03-10 17:07gorka_gilAssigned Toalostale => platform
2017-03-10 17:07gorka_gilNote Added: 0094947
2022-02-01 08:09alostaleAssigned Toplatform => Triage Platform Base

Notes
(0094947)
gorka_gil   
2017-03-10 17:07   
@platform please check if still valid or implemented long time ago