Improper namespacing in ModuleMgr and failed loading of ModuleMgr

Issue No: FRM-2481
Created 9/8/2015 9:21:20 AM
Type Bug
Priority Major
Status Closed
Resolution Fixed
Fixed Version 15.3
Description The following are the modules that contain improper namespacing in ModuleMgr:   * CreditCardRecon * Grain * Transports * Warehouse   Example: if your module is 'CreditCardRecon', the namespace should be:   {noformat}Ext.define('CreditCardRecon.controller.CreditCardRecon', \{...\});{noformat} [module_name].controller.[module_name]