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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0033199
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminorhave not tried2016-06-09 00:572016-06-14 12:07
ReportermtaalView 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

0033199: Javascript error when clicking on cash management row of to-sync items

DescriptionSee attached screenshot
Steps To ReproduceStart webpos
Login
stop server (go offline)
create a ticket - check offline to sync data
do a cash management action,
open to sync items, check that the cash management entry is there
click on it, see js error
Proposed SolutionThe file login-model.js file has this line:
        getIdentifier: function (model) {
          return model.get('type') + ': ' + model.get('user') + ' - ' + model.get('time');
        }

Which seems to need to be replaced by:

        getIdentifier: function (model) {
          return model.type + ': ' + model.user + ' - ' + model.time;
        }
TagsNo tags attached.
Attached Filespng file icon Selection_011.png [^] (512,681 bytes) 2016-06-09 00:57

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2016-06-09 00:57 mtaal New Issue
2016-06-09 00:57 mtaal Assigned To => Retail
2016-06-09 00:57 mtaal Triggers an Emergency Pack => No
2016-06-09 00:57 mtaal File Added: Selection_011.png
2016-06-14 12:07 marvintm Target Version RR16Q3 =>


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker