Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refs #15796 - Allow organization_id in CVVs#index #6221

Merged
merged 1 commit into from
Aug 2, 2016
Merged

Refs #15796 - Allow organization_id in CVVs#index #6221

merged 1 commit into from
Aug 2, 2016

Conversation

akofink
Copy link
Member

@akofink akofink commented Aug 2, 2016

Allow searching in ContentViewVersions#index by organization_id via
the ContentView relationship

@@ -18,6 +18,7 @@ class Api::V2::ContentViewVersionsController < Api::V2::ApiController
param :puppet_module_id, :identifier, :desc => N_("Filter versions by puppet module"), :required => false
param :version, String, :desc => N_("Filter versions by version number"), :required => false
param :composite_version_id, :identifier, :desc => N_("Filter versions that are components in the specified composite version"), :required => false
param :organization_id, :number, :desc => N_("Organization identifier")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the type should be identifier maybe?

Allow searching in ContentViewVersions#index by organization_id via
the ContentView relationship
@daviddavis
Copy link
Contributor

ACK

@daviddavis daviddavis merged commit 8e39aac into Katello:master Aug 2, 2016
@akofink akofink deleted the 15796 branch August 2, 2016 19:33
akofink added a commit to Katello/hammer-cli-katello that referenced this pull request Aug 3, 2016
`hammer content-view version list` now responds to organization options.
This functionality is dependent on
Katello/katello#6221.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants