Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 899496 Details for
Bug 1101537
activation_keys.add_host_collections API removes host collections from the activation key
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
attaching patch
1101537.patch (text/plain), 934 bytes, created by
Tomas Lestach
on 2014-05-27 13:05:16 UTC
(
hide
)
Description:
attaching patch
Filename:
MIME Type:
Creator:
Tomas Lestach
Created:
2014-05-27 13:05:16 UTC
Size:
934 bytes
patch
obsolete
>diff --git a/config/routes/api/v2.rb b/config/routes/api/v2.rb >index ad7cb9a..3456d10 100644 >--- a/config/routes/api/v2.rb >+++ b/config/routes/api/v2.rb >@@ -27,8 +27,8 @@ Katello::Engine.routes.draw do > match '/releases' => 'activation_keys#available_releases', :via => :get, :on => :member > api_resources :host_collections, :only => [:index] > member do >- match '/host_collections' => 'activation_keys#add_host_collections', :via => :post >- match '/host_collections' => 'activation_keys#remove_host_collections', :via => :put >+ match '/host_collections' => 'activation_keys#add_host_collections', :via => :put >+ match '/host_collections' => 'activation_keys#remove_host_collections', :via => :delete > match '/host_collections/available' => 'activation_keys#available_host_collections', :via => :get > end > api_resources :products, :only => [:index]
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1101537
: 899496