Actions
Feature #16200
closedSupport module namespacing for on-complete callback
Description
bundle.js requires newly added js modules and makes them available through Webpack. Unfortunately, on-complete callback (https://github.com/theforeman/foreman/blob/develop/app/assets/javascripts/application.js#L103) does not support modules because window['a.b.c'] !== window['a']['b']['c']. Backward compatible support for module namespaces should be introduced for this callback.
Actions