Openbravo Issue Tracking System - Retail Modules
View Issue Details
0048666Retail ModulesWeb POSpublic2022-02-24 11:562022-03-16 08:34
martinsdan 
ranjith_qualiantech_com 
lowtrivialalways
closedfixed 
30Ubuntu 18.04.1 LTS
 
RR22Q2 
No
0048666: Warning initializing OB.UI.ValidateAction
When initializing OB.UI.ValidateAction a warning is reported "not found label: message;"
Happens because OB.UI.ValidateAction is defined with "i18nBody: 'message'"
Load the POS
Warning is logged.
And Error occurs when opening Validation Action popup
OB.MobileApp.view.$.containerWindow.getRoot().doShowPopup({
          popup: 'modalValidateAction',
          args: {
            header: 'ValidateAction header',
            message: 'ValidateAction message'
          }
        });
Change the body to not use i18n
No tags attached.
Issue History
2022-02-24 11:56martinsdanNew Issue
2022-02-24 11:56martinsdanAssigned To => Retail
2022-02-24 11:56martinsdanTriggers an Emergency Pack => No
2022-03-01 14:00ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2022-03-02 07:44ranjith_qualiantech_comStatusnew => scheduled
2022-03-02 14:01ranjith_qualiantech_comSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=23713#r23713
2022-03-02 14:32hgbotNote Added: 0135386
2022-03-02 14:32hgbotNote Added: 0135387
2022-03-16 08:34hgbotResolutionopen => fixed
2022-03-16 08:34hgbotStatusscheduled => closed
2022-03-16 08:34hgbotNote Added: 0135767
2022-03-16 08:34hgbotFixed in Version => RR22Q2
2022-03-16 08:34hgbotNote Added: 0135768
2022-03-16 08:34hgbotNote Added: 0135769
2022-03-16 08:34hgbotNote Added: 0135770

Notes
(0135386)
hgbot   
2022-03-02 14:32   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/731 [^]
(0135387)
hgbot   
2022-03-02 14:32   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/339 [^]
(0135767)
hgbot   
2022-03-16 08:34   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/731 [^]
(0135768)
hgbot   
2022-03-16 08:34   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 8f56dc0b5458d0d0269e9e9c893ceb5bc1743bee
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 16-03-2022 07:34:23
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/8f56dc0b5458d0d0269e9e9c893ceb5bc1743bee [^]

Fixed ISSUE-48666: Replace i18n with component for ValidateAction Modal Popup

---
M web/org.openbravo.retail.posterminal/js/components/modalreceiptlineproperties.js
---
(0135769)
hgbot   
2022-03-16 08:34   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: dd3f04e908f0cb510fd738e81cc9a72aa66e7977
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 16-03-2022 07:34:26
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/dd3f04e908f0cb510fd738e81cc9a72aa66e7977 [^]

Related to ISSUE-48666: Added DefaultAction for ValidateAction Popup Footer Button

---
M web/org.openbravo.mobile.core/source/component/ob-commonbuttons.js
---
(0135770)
hgbot   
2022-03-16 08:34   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/339 [^]