Actions
Refactor #20846
closedrefactor usage of ES6 Map to using _set
Description
#195541 introduced the use of `Map`, which needs to be enabled (still) to be used in older browsers that do not support it yet, like the browser used for integration tests.
See https://babeljs.io/learn-es2015/#ecmascript-2015-features-map-set-weak-map-weak-set
[1]https://github.com/theforeman/foreman/pull/4792
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4809 added
Updated by Daniel Lobato Garcia over 7 years ago
- Status changed from Ready For Testing to Closed
Closing as the PR was replaced by https://github.com/theforeman/foreman/pull/4811
Updated by Ohad Levy over 7 years ago
- Tracker changed from Bug to Refactor
- Subject changed from Enable ES6 Map support to refactor usage of ES6 Map to using _set
Updated by Ohad Levy over 7 years ago
- Related to Feature #19554: Provide warning for unsupported PXE loader combinations added
Updated by Ohad Levy over 7 years ago
- Translation missing: en.field_release set to 240
Updated by Daniel Lobato Garcia over 7 years ago
- Translation missing: en.field_release changed from 240 to 296
Updated by Ohad Levy over 7 years ago
- Status changed from Closed to Rejected
instead of adding support for ES6 map, we ended up rewriting the patch to not use Map.
Actions