Project:
View Revisions: Issue #27350 | [ Back to Issue ] | ||
Summary | 0027350: Stabilization: Checking if the HookManager is available is not necessary | ||
Revision | 2014-08-16 17:42 by Orekaria | ||
Steps To Reproduce | Verify that 4 files in the returns module have this check: if (OB.MobileApp.model.hookManager) { Verify that in the same module, this line in modalReturnLines.js does not check if the HookManager is available, invalidating the other checks in the modules: OB.UTIL.HookManager.callbackExecutor(me.args.args, me.args.callbacks); Verify that in the private modules are also this checks |
||
Revision | 2014-08-16 17:42 by Orekaria | ||
Description | Stabilization: Checking if the HookManager is available is not necessary | ||
Revision | 2014-08-16 14:13 by Orekaria | ||
Steps To Reproduce | Verify that 4 files in the returns module have this check: if (OB.MobileApp.model.hookManager) { Verify that in the same module, this line in modalReturnLines.js does not check if the HookManager is available, invalidating the other checks in the modules: OB.UTIL.HookManager.callbackExecutor(me.args.args, me.args.callbacks); |
||
Revision | 2014-08-16 14:10 by Orekaria | ||
Steps To Reproduce | Verify that 4 files in the returns module have this check: if (OB.MobileApp.model.hookManager) { |
||
Revision | 2014-08-16 14:10 by Orekaria | ||
Description | Stabilization: Checking if the HookManager is available in a standard module is not neccessary | ||
Revision | 2014-08-16 14:09 by Orekaria | ||
Description | Stabilization: Checking if the HookManager is available in a standard module has is not neccessary |
Copyright © 2000 - 2009 MantisBT Group |