Sha256: 3ca2cdae9684d8833bb736c8b04fac0ed66669419ba16672b943136c6cca446e
Contents?: true
Size: 557 Bytes
Versions: 20
Compression:
Stored size: 557 Bytes
Contents
module Actions module Katello module ContentViewVersion class ImportLibrary < Actions::EntryAction def plan(organization, path:, metadata:) action_subject(organization) library_view = ::Katello::Pulp3::ContentViewVersion::Import.find_or_create_library_import_view(organization) plan_action(::Actions::Katello::ContentViewVersion::Import, library_view, path: path, metadata: metadata) end def humanized_name _("Import Default Content View") end end end end end
Version data entries
20 entries across 20 versions & 1 rubygems