Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0027342 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | trivial | always | 2014-08-15 01:46 | 2014-08-23 10:48 | |||
Reporter | Orekaria | View Status | public | |||||
Assigned To | Orekaria | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR14Q4 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 713772221ffe | ||||
Projection | none | ETA | none | Target Version | RR14Q4 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | mtaal | |||||||
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); } } | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||
|
Notes | |
(0069381) hgbot (developer) 2014-08-15 01:53 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: 713772221ffef7c2b57c991043e7af041a1f600a Author: Rafa Alonso <rafael.alonso <at> openbravo.com> Date: Fri Aug 15 01:53:35 2014 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/713772221ffef7c2b57c991043e7af041a1f600a [^] Fixes issue 27342: removed unuseful code --- M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js --- |
(0069637) mtaal (manager) 2014-08-23 10:48 |
Reviewed |
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 | View Revisions |
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 |
Copyright © 2000 - 2009 MantisBT Group |