Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0045094
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2020-09-18 12:352020-10-06 08:57
ReporterlmonrealView Statuspublic 
Assigned Toranjith_qualiantech_com 
PriorityurgentResolutionfixedFixed in VersionRR21Q1
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0045094: Initial Validation pop up wording is harcoded

DescriptionIt is not possible to translate the word "Error" of the initial validation pop up in WEBPOS because it is harcoded.

              OB.UTIL.showConfirmation.display(
                'Error',
                OB.I18N.getLabel('OBPOS_errorLoadingTerminal') + ' ' + message,
                [
                  {
                    label: OB.I18N.getLabel('OBMOBC_LblOk'),
                    isConfirmButton: true,
                    action: function() {
                      OB.UTIL.showLoggingOut(true);
                      terminalModel.logout();
                    }
                  }
                ],
                {
                  onShowFunction: function(popup) {
                    popup.$.headerCloseButton.hide();
                  },
                  autoDismiss: false
                }
              );
Steps To ReproduceJust on livebuilds with modules create a combo without family and login on the POS
Proposed SolutionError word should be an AD message to translate it
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0123531)
hgbot (developer)
2020-10-05 12:52

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/123 [^]
(0123565)
hgbot (developer)
2020-10-06 08:57

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/123 [^]
(0123566)
hgbot (developer)
2020-10-06 08:57

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: b921c4bd2d3a497634f764ae3420e7250b53030a
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2020-10-06T10:07:46+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/b921c4bd2d3a497634f764ae3420e7250b53030a [^]

Fixed ISSUE-45094: Added ADMessage for Error Message

---
M web/org.openbravo.retail.posterminal/js/components/bplocation.js
M web/org.openbravo.retail.posterminal/js/components/modalorderselector.js
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
---

- Issue History
Date Modified Username Field Change
2020-09-18 12:35 lmonreal New Issue
2020-09-18 12:35 lmonreal Assigned To => Retail
2020-09-18 12:35 lmonreal Resolution time => 1602194400
2020-09-18 12:35 lmonreal Triggers an Emergency Pack => No
2020-09-18 13:39 guillermogil Description Updated View Revisions
2020-09-18 13:39 guillermogil Steps to Reproduce Updated View Revisions
2020-10-05 07:10 ranjith_qualiantech_com Assigned To Retail => ranjith_qualiantech_com
2020-10-05 12:52 hgbot Note Added: 0123531
2020-10-05 17:14 ranjith_qualiantech_com Status new => scheduled
2020-10-06 08:57 hgbot Resolution open => fixed
2020-10-06 08:57 hgbot Status scheduled => closed
2020-10-06 08:57 hgbot Note Added: 0123565
2020-10-06 08:57 hgbot Fixed in Version => RR21Q1
2020-10-06 08:57 hgbot Note Added: 0123566


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker