app/lib/actions/pulp/consumer/content_uninstall.rb in katello-3.7.0 vs app/lib/actions/pulp/consumer/content_uninstall.rb in katello-3.7.1
- old
+ new
@@ -12,10 +12,10 @@
end
def invoke_external_task
pulp_extensions.consumer.uninstall_content(input[:consumer_uuid],
input[:type],
- input[:args])
+ parse_units_for_type)
end
def presenter
Consumer::ContentPresenter.new(self)
end