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
Steps To Reproduce Just on livebuilds with modules create a combo without family and login on the POS
Revision 2020-09-18 12:35 by guillermogil
Steps To Reproduce 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
}
);


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker