Actions
Bug #24585
closedBehavior of attributed_changed? inside callbacks will change in next rails version
Description
Warning from the logs:
2018-08-10T16:47:56 [W|app|] DEPRECATION WARNING: The behavior of `attribute_changed?` inside of after callbacks will be changing in the next version of Rails. The new return value will reflect the behavior of calling the method after `save` returned (e.g. the opposite of what it returns now). To maintain the current behavior, use `saved_change_to_attribute?` instead. (called from recalculate_errata_status at /home/vagrant/git/katello/app/models/katello/concerns/setting_extensions.rb:14)
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7617 added
Updated by Stephen Benjamin over 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|f4d1738d6247037f968d206e77850df4364b160e.
Updated by Jonathon Turel over 6 years ago
- Target version set to Katello 3.9.0
- Triaged changed from No to Yes
Actions