Actions
Bug #24486
closedUsing has_many :through before the through association is defined interferes with scoped search
Description
Scoped search complains when we use through association before it is defined:
Cannot have a has_many :through association 'Report#sources' which goes through 'Report#logs' before the through association is defined.
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5890 added
Updated by Marek Hulán over 6 years ago
- Target version set to 1.20.0
- Fixed in Releases 1.20.0 added
Updated by Ondřej Pražák over 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 6cb28481eac796d8bbb55788df24a3d0e1bc2e87.
Actions