app/lib/actions/pulp/consumer/content_update.rb in katello-3.7.1.1 vs app/lib/actions/pulp/consumer/content_update.rb in katello-3.8.0.rc1
- old
+ new
@@ -15,10 +15,10 @@
options = { "importkeys" => true }
options[:all] = true if input[:args].blank?
pulp_extensions.consumer.update_content(input[:consumer_uuid],
input[:type],
- parse_units_for_type,
+ input[:args],
options)
end
def presenter
Consumer::ContentPresenter.new(self)