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

View Revisions: Issue #27353 All Revisions ] Back to Issue ]
Summary 0027353: Stabilization: The route in the initialization of the terminal model is no longer needed
Revision 2014-08-17 16:42 by Orekaria
Steps To Reproduce In 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
Revision 2014-08-17 12:14 by Orekaria
Steps To Reproduce In 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 {
          me.renderLogin();
        }
      });

Verify that the pos is working as expected because the navigation to the login is made in initializeCommonComponents, preLoadContext method
Revision 2014-08-17 12:13 by Orekaria
Steps To Reproduce In the login-model.js file
Remove the following snippet:

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

Verify that the pos is working as expected because the navigation to the login is made in initializeCommonComponents, preLoadContext method


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker