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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0027342
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POStrivialalways2014-08-15 01:462014-08-23 10:48
ReporterOrekariaView Statuspublic 
Assigned ToOrekaria 
PrioritynormalResolutionfixedFixed in VersionRR14Q4
StatusclosedFix in branchFixed in SCM revision713772221ffe
ProjectionnoneETAnoneTarget VersionRR14Q4
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomtaal
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0027342: Stabilization: Unuseful code in ob-terminal-model.js - setUserModelOnline

DescriptionStabilization: Unuseful code in ob-terminal-model.js - setUserModelOnline
Steps To ReproduceVerify 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);
          }
        }
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0027465RR14Q4 closedOrekaria Stabilization: When 'setUserModelOnline' fails to save the current user info, the loading process fails 
blocks feature request 0027329 newRetail Stabilization: Overhaul the loading process (since the url is entered until the webpos has loaded) 

-  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
Powered by Mantis Bugtracker