Actions
Bug #16350
closedimprove the output of "hammer content-view puppet-module list"
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1368126
Description of problem:
Running the following command:
hammer content-view puppet-module list --content-view-id 1
on the default content view returns:
Couldn't find Katello::ContentView with 'id'=1 [WHERE "katello_content_views"."default" = 'f']
Expected results:
The command should return an empty list, for example when listing filters of a filter-less content view:
hammer content-view filter list --content-view-id 1
----------|------|------|----------
FILTER ID | NAME | TYPE | INCLUSION
----------|------|------|----------
Actions