Add methods in FDialog for message that must not be translated
Description
Steps : In GardenAdmin open the Client window and goto the Info tab. Check 'Show Confirmation On Document Action Close'. Then open an order and try to close it. In log, you will see a message that say : org.compiere.util.Msg getMsg ATTENTION: NOT found: Do you want to Void this Document?".
It's annoying because the message is already translated, so FDialog should not try to translate it again.
Regards,
Nicolas
Environment
None
Attachments
1
Activity
Carlos Ruiz
October 22, 2014 at 1:40 PM
Hi Nicolas, I committed a different patch - there was already a provision to pass already translated messages to ask - but the method was wrongly translating the message again. So fixed the method and fixed the call.
Steps :
In GardenAdmin open the Client window and goto the Info tab.
Check 'Show Confirmation On Document Action Close'.
Then open an order and try to close it.
In log, you will see a message that say :
org.compiere.util.Msg getMsg
ATTENTION: NOT found: Do you want to Void this Document?".
It's annoying because the message is already translated, so FDialog should not try to translate it again.
Regards,
Nicolas