Actions
Refactor #18667
closedAdapt HostCollectionsController to Rails 4.2.8
Pull request:
Fixed in Releases:
Found in Releases:
Description
The controller knowingly tried to assign `@host_collection.host_ids = [array with 2 equal ids]`. In Rails 4.2.8 this throws an exception, as if you try to assign multiple IDs but there's only 1 object that matches all of them, ActiveRecord will say "found 1 results but looking for 2" and throw an exception.
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Assignee set to Daniel Lobato Garcia
- Pull request https://github.com/Katello/katello/pull/6628 added
Updated by Anonymous over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|9d4b02b56474465f20fd7e134237614f91144eb4.
Updated by Eric Helms over 7 years ago
- Translation missing: en.field_release set to 211
Actions