Openbravo Issue Tracking System - Retail Modules | |||||||||||||||||||
View Issue Details | |||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||
0027342 | Retail Modules | Web POS | public | 2014-08-15 01:46 | 2014-08-23 10:48 | ||||||||||||||
Reporter | Orekaria | ||||||||||||||||||
Assigned To | Orekaria | ||||||||||||||||||
Priority | normal | Severity | trivial | Reproducibility | always | ||||||||||||||
Status | closed | Resolution | fixed | ||||||||||||||||
Platform | OS | 5 | OS Version | ||||||||||||||||
Product Version | |||||||||||||||||||
Target Version | RR14Q4 | Fixed in Version | RR14Q4 | ||||||||||||||||
Merge Request Status | |||||||||||||||||||
Review Assigned To | mtaal | ||||||||||||||||||
OBNetwork customer | |||||||||||||||||||
Support ticket | |||||||||||||||||||
Regression level | |||||||||||||||||||
Regression date | |||||||||||||||||||
Regression introduced in release | |||||||||||||||||||
Regression introduced by commit | |||||||||||||||||||
Triggers an Emergency Pack | No | ||||||||||||||||||
Summary | 0027342: Stabilization: Unuseful code in ob-terminal-model.js - setUserModelOnline | ||||||||||||||||||
Description | Stabilization: Unuseful code in ob-terminal-model.js - setUserModelOnline | ||||||||||||||||||
Steps To Reproduce | Verify that ob-terminal-model.js - setUserModelOnline has the following code user = users.models[0]; me.usermodel = user; if (me.password) { //The password will only be recomputed in case it was properly entered //(that is, if the call comes from the login page directly) savedPass = me.generate_sha1(me.password + user.get('created')); user.set('password', savedPass); me.usermodel = user; } else { user = users.models[0]; me.usermodel = user; if (me.password) { //The password will only be recomputed in case it was properly entered //(that is, if the call comes from the login page directly) savedPass = me.generate_sha1(me.password + user.get('created')); user.set('password', savedPass); } } | ||||||||||||||||||
Proposed Solution | |||||||||||||||||||
Additional Information | |||||||||||||||||||
Tags | No tags attached. | ||||||||||||||||||
Relationships |
| ||||||||||||||||||
Attached Files | |||||||||||||||||||
Issue History | |||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||
2014-08-15 01:46 | Orekaria | New Issue | |||||||||||||||||
2014-08-15 01:46 | Orekaria | Assigned To | => Orekaria | ||||||||||||||||
2014-08-15 01:46 | Orekaria | Triggers an Emergency Pack | => No | ||||||||||||||||
2014-08-15 01:46 | Orekaria | Relationship added | blocks 0027329 | ||||||||||||||||
2014-08-15 01:47 | Orekaria | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=6286#r6286 | ||||||||||||||||
2014-08-15 01:53 | hgbot | Checkin | |||||||||||||||||
2014-08-15 01:53 | hgbot | Note Added: 0069381 | |||||||||||||||||
2014-08-15 01:53 | hgbot | Status | new => resolved | ||||||||||||||||
2014-08-15 01:53 | hgbot | Resolution | open => fixed | ||||||||||||||||
2014-08-15 01:53 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/713772221ffef7c2b57c991043e7af041a1f600a [^] | ||||||||||||||||
2014-08-23 10:48 | mtaal | Review Assigned To | => mtaal | ||||||||||||||||
2014-08-23 10:48 | mtaal | Note Added: 0069637 | |||||||||||||||||
2014-08-23 10:48 | mtaal | Status | resolved => closed | ||||||||||||||||
2014-08-23 10:48 | mtaal | Fixed in Version | => RR14Q4 | ||||||||||||||||
2014-08-26 02:11 | Orekaria | Relationship added | related to 0027465 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|