Openbravo Issue Tracking System - Retail Modules  | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | 
| 0033199 | Retail Modules | Web POS | public | 2016-06-09 00:57 | 2016-06-14 12:07 | 
| Reporter | mtaal | ||||
| Assigned To | Retail | ||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | 
| Status | new | Resolution | open | ||
| Platform | OS | 5 | OS Version | ||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Merge Request Status | |||||
| Review Assigned To | |||||
| OBNetwork customer | No | ||||
| Support ticket | |||||
| 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; }  | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://issues.openbravo.com/file_download.php?file_id=9510&type=bug  | ||||
| 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 | OBNetwork customer | => No | ||
| 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 => | ||
| There are no notes attached to this issue. |