app/lib/actions/katello/organization/simple_content_access/enable.rb in katello-3.17.0.rc2.2 vs app/lib/actions/katello/organization/simple_content_access/enable.rb in katello-3.17.0
- old
+ new
@@ -8,9 +8,17 @@
end
def humanized_name
N_("Enable Simple Content Access")
end
+
+ def task_success_notification
+ ::Katello::UINotifications::Subscriptions::SCAEnableSuccess
+ end
+
+ def task_error_notification
+ ::Katello::UINotifications::Subscriptions::SCAEnableError
+ end
end
end
end
end
end