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

fixes #5954 - content search - fix puppet module details #4162

Merged
merged 1 commit into from May 28, 2014

Conversation

bbuckingham
Copy link
Member

Commit a990082 accidentally
removed code that was used to support displaying details
on puppet modules in content search.

@bbuckingham
Copy link
Member Author

[test]

@@ -13,6 +13,7 @@
'katello/api/v2/puppet_modules' => [:index, :show],
'katello/errata' => [:short_details, :auto_complete],
'katello/packages' => [:details, :auto_complete],
'katello/puppet_modules' => [:show, :auto_complete],
Copy link
Member

Choose a reason for hiding this comment

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

I only see a show action in the controller itself.

Copy link
Member Author

Choose a reason for hiding this comment

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

Good catch! I removed autocomplete from the controller after adding to the permissions. It was an action that was used by the old content view definition filters. Since it was no longer used, I removed it.

Updated.

@ehelms
Copy link
Member

ehelms commented May 28, 2014

APJ

bbuckingham added a commit that referenced this pull request May 28, 2014
fixes #5954 - content search - fix puppet module details
@bbuckingham bbuckingham merged commit cccd574 into Katello:master May 28, 2014
@bbuckingham bbuckingham deleted the issue-5954 branch May 28, 2014 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants