Actions
Refactor #10899
closedRemove deprecated smart proxy scopes
Description
The code was deprecated in 1.5 stable so it was enough time to migrate to with_features scope.
Updated by Marek Hulán almost 10 years ago
- Related to Refactor #4851: Replace dynamically generated scopes for smart_proxy features with a a parametrized scope added
Updated by The Foreman Bot almost 10 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2479 added
- Pull request deleted (
)
Updated by Marek Hulán almost 10 years ago
Btw the reason why this should be removed is that it causes issues if some plugin has SmartProxy extensions that gets loaded during environment start, e.g. rake db:migrate. It loads SmartProxy model which tries to load Features but the table does not exist at this point so it fails.
Updated by Dominic Cleal almost 10 years ago
- Translation missing: en.field_release set to 35
Updated by Marek Hulán almost 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset bcccf1a244ba9e946dc7fc82e947ed43bc331b71.
Updated by Dominic Cleal over 9 years ago
- Related to Bug #11308: Foreman-chef plugin does not populate Global Paramaters and rake db:seed error added
Actions