Project

General

Profile

Actions

Feature #16200

closed

Support module namespacing for on-complete callback

Added by Ondřej Pražák over 7 years ago. Updated over 7 years ago.

Status:
Rejected
Priority:
Normal
Category:
-
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

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

Also available in: Atom PDF