Sha256: 37c0c4853debd1c6350fc376094534005367c4e9540d2ae92923baca13178fa6
Contents?: true
Size: 327 Bytes
Versions: 40
Compression:
Stored size: 327 Bytes
Contents
module Actions module Pulp module Repository class CopyErrata < Pulp::Repository::AbstractCopyContent def content_extension pulp_extensions.errata end def criteria super.merge(fields: ::Katello::Pulp::Erratum::PULP_SELECT_FIELDS) end end end end end
Version data entries
40 entries across 40 versions & 1 rubygems