Actions
Bug #9201
closedPagination control not supported for content view
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1188244
Description of problem:
Pagination control seems to be unsupported for content view.
Version-Release number of selected component (if applicable):
How reproducible:
1. modifying the file '/etc/hammer/cli_config.yaml'
with :per_page: 25
- hammer content-view list --organization RedHat
Actual results:
The list for content-view is restricted to '20' which is default.
Expected results:
It should be restricted to the value defined for parameter 'with :per_page:' in
'/etc/hammer/cli_config.yaml
Actions