Bug #11959
closedCannot get content view filter description using hammer info
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1236532
Description of problem:
We can create new 'Content View Filter' object with description:
hammer -u admin -p changeme content-view filter create --name 'filter_test' --type rpm --content-view MEaNAFSQaK --organization-id 45 --description 'My Test'
But there are no way to get information about entity description through hammer:
hammer u admin -p changeme content-view filter info --name 'filter_test' --content-view MEaNAFSQaK --organization-id 45
-----------------------------------------------------------------------
Filter ID: 51
Name: filter_test
Type: rpm
Inclusion: false
Repositories:
Rules:
------------------------------------------------------------------------
Version-Release number of selected component (if applicable):
6.1 beta
How reproducible:
Always
Steps to Reproduce:
1. Create new content view
2. Add new content view filter with description to that content view
3. Read information about just created entity
Actual results:
There are no information about content view filter description in 'hammer content view info' output
Expected results:
Necessary information can be received through CLI
Additional info: