Actions
Bug #22966
closedRH Repos content type selection is not preserved on page change
Description
It looks like changing page is clearing out the content type selector's search value.
The params from the first request with the content type selected:
organization_id=1&per_page=20&search=((name+~+source+rpm))
The params from the second request on page two; the content type is still selected:
organization_id=1&page=2&per_page=20&search=
Steps to Reproduce:
- Go to RH repos page and select one or more items in the content type selector
- Note total number of results
- Go to page 2
- Repeat step 2
- Notice that the content type is not being sent on the 2nd page request
Updated by The Foreman Bot almost 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7263 added
Updated by Tomáš Strachota almost 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|d897d870512a73fd103ab9b1df4c88553084e5e0.
Actions