Actions
Bug #14960
closedalias_method_chain in settings helper breaks plugins
Description
Adding select boxes to Settings changed the value method in settings_helper: https://github.com/theforeman/foreman/commit/ad603e4023c5400c51674f1fa3635565f7b3b552#diff-99f01fed5094bece4bbc97c882f4b666R4.
Discovery extends the settings_helper and adds it's own alias_method_change for value.
As a result trying to use discovery returns the error: `alias_method': undefined method `value' for module `#<Module:0x00000006f36320>' (NameError)
Updated by Ori Rabin over 8 years ago
- Related to Feature #3200: Add select boxes to Settings added
Updated by Ori Rabin over 8 years ago
- Subject changed from discovery settings use a method that no longer exists in core to discovery settings use a method that now uses alias_method_chain in core
Updated by Tomer Brisker over 8 years ago
- Project changed from Discovery to Foreman
- Subject changed from discovery settings use a method that now uses alias_method_chain in core to alias_method_chain in settings helper breaks plugins
- Assignee changed from Ori Rabin to Tomer Brisker
Updated by Dominic Cleal over 8 years ago
- Category set to Settings
- Translation missing: en.field_release set to 136
Updated by The Foreman Bot over 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman_discovery/pull/271 added
Updated by Dominic Cleal over 8 years ago
- Status changed from Ready For Testing to Assigned
- Pull request deleted (
https://github.com/theforeman/foreman_discovery/pull/271)
Updated by Lukas Zapletal over 8 years ago
- Related to Refactor #14964: Use collections settings API for taxonomy added
Updated by The Foreman Bot over 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3503 added
Updated by Anonymous over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset f88a7a55bb0a9e6522dd952980a3e6bf3e4b5045.
Actions