Sha256: 79552e25b606f5b87abfbe549e7b30c2f9c365dfc7e09634f1e696804f21b592

Contents?: true

Size: 634 Bytes

Versions: 45

Compression:

Stored size: 634 Bytes

Contents

child :content_facet => :content_facet_attributes do
  extends 'katello/api/v2/content_facet/base'

  node do |content_facet|
    version = content_facet.content_view_version
    {
      :content_view_version => version.version,
      :content_view_version_id => version.id
    }
  end

  node :content_view_default? do |content_facet|
    content_facet.content_view.default?
  end

  node :lifecycle_environment_library? do |content_facet|
    content_facet.lifecycle_environment.library?
  end

  node :katello_agent_installed do |content_facet|
    content_facet.katello_agent_installed?
  end
end

attributes :description, :facts

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
katello-3.13.0 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.13.0.rc2.1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.13.0.rc2 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.12.3 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.12.2 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.13.0.rc1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.12.1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.11.2 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.10.2 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.12.0 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.12.0.rc2 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.10.1.1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.12.0.rc1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.10.1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.11.1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.11.0 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.11.0.rc2 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.11.0.rc1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.10.0 app/views/katello/api/v2/content_facet/show.json.rabl
katello-3.10.0.rc1.1 app/views/katello/api/v2/content_facet/show.json.rabl