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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0045234
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajorhave not tried2020-10-16 09:142020-10-16 09:14
ReporteraferrazView Statuspublic 
Assigned ToRetail 
PrioritynormalResolutionopenFixed in Version
StatusnewFix 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

0045234: TicketUtils.newTicket fails when running from new POS as it reads OB.Constants

DescriptionTicketUtils.newTicket fails when running from new POS as it reads OB.Constants
Steps To ReproduceCheck TicketUtils.newTicket is using payload.constants.fieldSeparator and payload.constants.identifierSuffix.

payload.constants is loaded in OB.UTIL.TicketUtils.addTicketCreationDataToPayload as follows:
newPayload.constants = {
  fieldSeparator: OB.Constants.FIELDSEPARATOR,
  identifierSuffix: OB.Constants.IDENTIFIER
};
Proposed SolutionTwo alternatives:

a) Create OB.App.Constants wrapper for OB.Constants, same as we did with OB.App.Security, and use this wrapper in TicketUtils.newTicket.

b) Define both constants inside TicketUtils.newTicket.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2020-10-16 09:14 aferraz New Issue
2020-10-16 09:14 aferraz Assigned To => Retail
2020-10-16 09:14 aferraz Triggers an Emergency Pack => No


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker