Actions
Bug #11437
closed"Can't modify frozen Array" error on frozen arrays in select list
Description
Detected when used with Date::DAYNAMES which is locked since ruby 1.8.6
Since #9591 with commit, select_f method is adding the include_blank option on top of the array.
If the array is locked, this will raise "Can't modify frozen Array" error
Updated by Dominic Cleal over 9 years ago
What does this impact precisely? Is it a plugin? I can't see any use of Date::DAYNAMES in Foreman.
Updated by Dominic Cleal over 9 years ago
- Related to Bug #9591: Override puppet configuration on host level does not work if specified on host group added
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2625 added
- Pull request deleted (
)
Updated by Shlomi Zadok over 9 years ago
- Status changed from Ready For Testing to New
- Assignee deleted (
Shimon Shtein) - Pull request added
- Pull request deleted (
https://github.com/theforeman/foreman/pull/2625)
It impacts a plugin (though a workaround has been applied), yet it may affect also Foreman core if we'd ever use a frozen array
Updated by Shlomi Zadok over 9 years ago
- Status changed from New to Ready For Testing
- Assignee set to Shimon Shtein
- Pull request https://github.com/theforeman/foreman/pull/2625 added
- Pull request deleted (
)
Updated by Dominic Cleal over 9 years ago
- Category set to Web Interface
- Translation missing: en.field_release set to 72
Updated by Ondřej Pražák over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset b8fa2e29c597cf0b87e2ceb8d43557793047e1c1.
Updated by Dominic Cleal over 9 years ago
- Translation missing: en.field_release changed from 72 to 63
n/a to 1.9.
Actions