Bug #26383
Their is a duel import between forman_tools.js and I18n.js
Description
Those 2 files imports each other which lead to building and testing issues.
https://github.com/theforeman/foreman/blob/develop/webpack/assets/javascripts/foreman_tools.js#L3
https://github.com/theforeman/foreman/blob/develop/webpack/assets/javascripts/react_app/common/I18n.js#L3
Associated revisions
History
#1
Updated by The Foreman Bot about 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6582 added
#2
Updated by Tomer Brisker about 4 years ago
- Fixed in Releases 1.22.0 added
#3
Updated by Avi Sharvit about 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset d3bbba7fa62ea9fc0593091b45e54dceb6cadcb8.
Fixes #26383 - fix duel imports