Project

General

Profile

« Previous | Next » 

Revision 3c8c5af6

Added by dustin tsang almost 10 years ago

Fixes #6039 - CP events in CH tasks tab

This fix displays the candlepin events by placing them as sub tab under
the content-host subscriptions tab.

View differences:

config/routes/api/v2.rb
end
api_resources :systems, :only => [] do
member do
get :events
end
collection do
match '/bulk/add_host_collections' => 'systems_bulk_actions#bulk_add_host_collections', :via => :put
match '/bulk/remove_host_collections' => 'systems_bulk_actions#bulk_remove_host_collections', :via => :put

Also available in: Unified diff