Actions
Bug #12891
closedsearch_by_params for host returns all hosts
Description
In search_by_params:
p = Parameter.all(opts)
returns: ArgumentError: wrong number of arguments (1 for 0)
making the search fail.
As a result all hosts are returned.
Updated by Ori Rabin almost 9 years ago
- Related to Feature #7230: Upgrade Ruby on Rails to 4.1 added
Updated by The Foreman Bot almost 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2993 added
Updated by Ori Rabin almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset f1a6dee39e6375d87d29d0dd44084d23743df8da.
Updated by Dominic Cleal almost 9 years ago
- Category set to Search
- Translation missing: en.field_release set to 71
I think this is a Rails 4 specific regression, please correct me if not so we can assign it to an appropriate release.
Actions