Actions
Refactor #15720
closedReplace *_filter in controllers with *_action
Description
Rails 5.0 deprecations the before/after_filter type helpers in controllers in favour of *_action replacements. The name simply needs changing.
Rubocop also provides a currently disabled cop to enforce the newer syntax that can be enabled.
Updated by The Foreman Bot about 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3657 added
Updated by David Davis about 8 years ago
- Related to Refactor #15722: rename *_filter to *_action added
Updated by Dominic Cleal about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset df6a9f3457fb1b4d388f22e3412f2e9c5b358467.
Updated by Dominic Cleal about 8 years ago
- Translation missing: en.field_release set to 160
Actions