app/views/katello/api/v2/organizations/show.json.rabl in katello-2.2.2 vs app/views/katello/api/v2/organizations/show.json.rabl in katello-2.4.0.rc1

- old
+ new

@@ -1,12 +1,11 @@ object @taxonomy extends "api/v2/taxonomies/show" -attributes :task_id, :label, :system_info_keys, :distributor_info_keys, :default_info, - :owner_details, :redhat_repository_url, :redhat_docker_registry_url +attributes :task_id, :label, :owner_details, :redhat_repository_url -attributes :service_levels, :service_level if ::Katello.config.use_cp +attributes :service_levels, :service_level if ::SETTINGS[:katello][:use_cp] node :default_content_view_id do |org| org.default_content_view.id end