Actions
Bug #3984
closedCustom window._ in i18n.js conflicting with underscore.js
Description
window._ is defined as a custom i18n function which prevents the use of underscore.js.
See https://github.com/theforeman/foreman/blob/develop/app/assets/javascripts/i18n.js#L8
Steps to Reproduce:
1. Go to a page that uses underscore.js (many katello pages do)
2. Note JS error because of underscore being replaced by above custom i18n function
Updated by Walden Raines almost 11 years ago
- Status changed from New to Ready For Testing
Updated by Dominic Cleal almost 11 years ago
- Translation missing: en.field_release set to 2
Updated by Walden Raines almost 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset ad01d4d20f0392a56d8bd13601966a87802e235c.
Actions