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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0027353
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2014-08-17 01:572014-08-27 00:53
ReporterOrekariaView Statuspublic 
Assigned ToOrekaria 
PrioritynormalResolutionfixedFixed in VersionRR14Q4
StatusclosedFix in branchpiFixed in SCM revision554d6b5fb251
ProjectionnoneETAnoneTarget VersionRR14Q4
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0027353: Stabilization: The route in the initialization of the terminal model is no longer needed

DescriptionStabilization: The route in the initialization of the posterminal's terminal model is no longer needed
Steps To ReproduceIn the login-model.js file
Remove the following snippet:

      this.router.route("login", "login", function () {
        if (!_.isNull(me.get('context'))) {
          OB.UTIL.showLoading(true);
          me.navigate('retail.pointofsale');
        } else {
          this.terminal.renderLogin();
        }
      });

Verify that the pos is working as expected because the navigation to the login is made in initializeCommonComponents, preLoadContext method
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
depends on defect 0027354RR14Q4 closedOrekaria Stabilization: The 'initializedCommonComponents' event is being attached after the 'initializeCommonComponents' is executed 
blocks feature request 0027329 newRetail Stabilization: Overhaul the loading process (since the url is entered until the webpos has loaded) 
blocks design defect 0027466RR14Q4 closedOrekaria Stabilization: The route (OBRoute) object should be use to redirect to the proper webpage 

-  Notes
(0069417)
hgbot (developer)
2014-08-17 14:01

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 554d6b5fb251290ac37a3d883f51ae0c84076bec
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sun Aug 17 13:56:55 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/554d6b5fb251290ac37a3d883f51ae0c84076bec [^]

Fixes issue 27353: removed unnecessary route logic in the terminal mode initialization
the initializeCommonComponents method controls the loading flow

---
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
---
(0069775)
mtaal (manager)
2014-08-27 00:53

Reviewed

- Issue History
Date Modified Username Field Change
2014-08-17 01:57 Orekaria New Issue
2014-08-17 01:57 Orekaria Assigned To => Orekaria
2014-08-17 01:57 Orekaria Triggers an Emergency Pack => No
2014-08-17 01:58 Orekaria Relationship added blocks 0027329
2014-08-17 02:00 hgbot Checkin
2014-08-17 02:00 hgbot Note Added: 0069413
2014-08-17 02:01 hgbot Status new => resolved
2014-08-17 02:01 hgbot Resolution open => fixed
2014-08-17 02:01 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8b1e976ee94767c22932d8938fbcabc7b20143ef [^]
2014-08-17 12:13 hgbot Checkin
2014-08-17 12:13 hgbot Note Added: 0069414
2014-08-17 12:13 Orekaria Status resolved => new
2014-08-17 12:13 Orekaria Resolution fixed => open
2014-08-17 12:14 Orekaria Steps to Reproduce Updated View Revisions
2014-08-17 13:56 Orekaria Note Deleted: 0069414
2014-08-17 13:56 Orekaria Note Deleted: 0069413
2014-08-17 14:01 hgbot Checkin
2014-08-17 14:01 hgbot Note Added: 0069417
2014-08-17 14:01 hgbot Status new => resolved
2014-08-17 14:01 hgbot Resolution open => fixed
2014-08-17 14:01 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8b1e976ee94767c22932d8938fbcabc7b20143ef [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/554d6b5fb251290ac37a3d883f51ae0c84076bec [^]
2014-08-17 16:08 Orekaria Status resolved => new
2014-08-17 16:08 Orekaria Resolution fixed => open
2014-08-17 16:42 Orekaria Severity minor => major
2014-08-17 16:42 Orekaria Description Updated View Revisions
2014-08-17 16:42 Orekaria Steps to Reproduce Updated View Revisions
2014-08-17 16:42 Orekaria Relationship added depends on 0027354
2014-08-17 16:44 Orekaria Status new => scheduled
2014-08-17 16:44 Orekaria fix_in_branch => pi
2014-08-17 16:44 Orekaria Status scheduled => resolved
2014-08-17 16:44 Orekaria Fixed in Version => RR14Q4
2014-08-17 16:44 Orekaria Resolution open => fixed
2014-08-26 02:12 Orekaria Relationship added blocks 0027466
2014-08-27 00:53 mtaal Note Added: 0069775
2014-08-27 00:53 mtaal Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker