Openbravo Issue Tracking System - POS2
View Issue Details
0047438POS2Restaurantspublic2021-07-22 09:442021-07-27 12:32
timothee_catteeuw 
agonzalez 
normalminoralways
closedfixed 
5
 
TAPTAP 
No
0047438: JIRA 2234 - When selecting components in a menu, the word "select" is not translatable
In restaurant context, when you select a menu and before selecting what your component will be, you have the term "select" display before each kind of component.
Exemple (cf. as well
- Simple menu
    - Select Starter
    - Select Main course
    - Select beverage
    - Select Dessert

The problem is the word select is not translatable.

In the file GetMenuItemInfo.js, in the line 154, there is the hardcoded text 'select'

          categoryMessage = `Select ${getCategoryOrGroupName(
            category,
            menuDefinition
          )}`;
This is wrong, this text should be Translatable
Login webpos (I tested on this environnement--> https://livebuilds.openbravo.com/retail_pos2_modules_pgsql/web/pos/?terminal=VBS-2 [^])

Open the sales area "Restaurant"
Go to menu category
Select simple menu
on the ticket view, we can see "select" 4 times and this word is not translatable
No tags attached.
blocks defect 0047437 closed agonzalez JIRA 2234 - When selecting components in a menu, the word "select" is not translatable 
Issue History
2021-07-22 09:47dmiguelezTypedefect => backport
2021-07-22 09:47dmiguelezTarget Version => TAP
2021-07-22 09:47dmiguelezStatusscheduled => acknowledged
2021-07-22 09:50dmiguelezStatusacknowledged => scheduled
2021-07-22 09:50dmiguelezAssigned ToRetail => agonzalez
2021-07-27 12:32dmiguelezNote Added: 0130788
2021-07-27 12:32dmiguelezStatusscheduled => resolved
2021-07-27 12:32dmiguelezFixed in Version => TAP
2021-07-27 12:32dmiguelezResolutionopen => fixed
2021-07-27 12:32dmiguelezStatusresolved => closed

Notes
(0130788)
dmiguelez   
2021-07-27 12:32   
Fixed by commit:
https://gitlab.com/obcustomers/AGAP/org.openbravo.pos2.restaurant/-/commit/0a4e30487b1b2527dee69f53c5b1465f976bc2b0 [^]