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

View Revisions: Issue #45094 All Revisions ] Back to Issue ]
Summary 0045094: Initial Validation pop up wording is harcoded
Revision 2020-09-18 13:39 by guillermogil
Description It 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
                }
              );
Revision 2020-09-18 12:35 by guillermogil
Description It is not possible to translate the word "Error" of the initial validation pop up in WEBPOS because it is harcoded.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker