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

View Revisions: Issue #38101 All Revisions ] Back to Issue ]
Summary 0038101: currentWindow is not in afterRenderContainerWindowHook if the window was defined with an empty windowmodel
Revision 2018-03-12 14:14 by airaceburu
Description Inside afterRenderContainerWindowHook the variable args.window is 'unknown' if the window has been defined with an empty windowmodel like:

OB.OBRWS.WarehouseScreenModel = OB.Model.TerminalWindowModel.extend({
  models: []
});

This is because OB.MobileApp.view.currentWindow = windowName; is not called on time due to the absence of models
Revision 2018-03-12 14:14 by airaceburu
Description Inside afterRenderContainerWindowHook the variable args.window is 'unknown' if the window has been defined with an empty windowmodel like:

This is because OB.MobileApp.view.currentWindow = windowName; is not called on time due to the absence of models


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker