Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0033199 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
defect | [Retail Modules] Web POS | minor | have not tried | 2016-06-09 00:57 | 2016-06-14 12:07 | |||||||
Reporter | mtaal | View Status | public | |||||||||
Assigned To | Retail | |||||||||||
Priority | normal | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Any | Database | Any | Java version | ||||||||
OS Version | Database version | Ant version | ||||||||||
Product Version | SCM revision | |||||||||||
Review Assigned To | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0033199: Javascript error when clicking on cash management row of to-sync items | |||||||||||
Description | See attached screenshot | |||||||||||
Steps To Reproduce | Start 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 Solution | The 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; } | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | Selection_011.png [^] (512,681 bytes) 2016-06-09 00:57 | |||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
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 |