app/views/katello/api/v2/organizations/show.json.rabl in katello-3.15.0.rc1.1 vs app/views/katello/api/v2/organizations/show.json.rabl in katello-3.15.0.rc1.2
- old
+ new
@@ -5,9 +5,12 @@
attributes :task_id, :label, :owner_details, :redhat_repository_url
if ::SETTINGS[:katello][:use_cp]
attributes :system_purposes, :system_purposes
attributes :service_levels, :service_level
+ node :simple_content_access do |org|
+ org.simple_content_access?
+ end
end
node :default_content_view_id do |org|
org.default_content_view.id
end