Sha256: 874dd65fc6edcc58e1edb9f26ae7cd859a4654618b6fa3bff1ad4a2a19670871
Contents?: true
Size: 602 Bytes
Versions: 116
Compression:
Stored size: 602 Bytes
Contents
module Actions module Katello module Organization module SimpleContentAccess class Enable < Toggle def content_access_mode_value SIMPLE_CONTENT_ACCESS_ENABLED_VALUE 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
Version data entries
116 entries across 116 versions & 1 rubygems