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)
Actions