app/lib/actions/katello/activation_key/update.rb in katello-3.2.1.1 vs app/lib/actions/katello/activation_key/update.rb in katello-3.3.0.rc1

- old
+ new

@@ -23,9 +23,13 @@ end def cp_changed?(activation_key, activation_key_params) !activation_key_params.nil? && activation_key.to_s != activation_key_params.to_s end + + def rescue_strategy + Dynflow::Action::Rescue::Skip + end end end end end