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.
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3751 added
Updated by Dominic Cleal over 8 years ago
- Status changed from Ready For Testing to Rejected
PR closed in favour of changes in #13047.
Actions