Actions
Refactor #14006
closedMailers calling *_path with :only_path => false should use _url helpers
Description
All mailers that use *_path helpers and pass :only_path => false
to get a URL should be changed to use *_url helpers instead, as this is deprecated in Rails 4.2.
http://edgeguides.rubyonrails.org/4_2_release_notes.html#action-pack-deprecations
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Dominic Cleal
- Pull request https://github.com/theforeman/foreman/pull/3271 added
Updated by Dominic Cleal over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset eedc8706e2723530746f7c9158bf30d2940657d0.
Updated by Dominic Cleal over 8 years ago
- Translation missing: en.field_release set to 136
Updated by Dominic Cleal over 8 years ago
- Related to Refactor #15847: URL helpers must be used in mailers added
Actions