Bug #27426
closedenabled repository does not show under 'Enabled Repository' view without refresh the page
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1716877
Description of problem:
enabled repository does not show under 'Enabled Repository' view without refresh the page
Version-Release number of selected component (if applicable):
Satellite 6.6.0 snap 5.0
How reproducible:
Steps to Reproduce:
1. Install fresh Satellite
2. upload manifest
3. Navigate to , Content > Red Hat Repositories
4. Try to enable any repo
Actual results:
You shall be able to see repo enable pop-up notification but repo will not show under 'Enabled Repository' view without page refresh
Expected results:
Repo should show under 'Enabled Repository' view without page refresh
Additional info:
screen shot attached
Updated by Justin Sherrill over 5 years ago
- Target version set to Katello 3.13.0
- Triaged changed from No to Yes
Updated by Walden Raines over 5 years ago
- Assignee changed from Walden Raines to Jeremy Lenz
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/8258 added
Updated by Jeremy Lenz over 5 years ago
I can recreate the issue reliably, as long as the Red Hat Repository is the first one you try to enable (e.g. there are no Red Hat Repositories already enabled)
Additional symptoms:
- The GET request to https://centos7-katello-devel.localhost.example.com/katello/api/v2/repositories contains a param `page=0`. The API responds to this with a 500 Internal Server Error and complains that you've requested an invalid page.
- You get console errors for PropTypes for several different props.
Updated by Jeremy Lenz over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|cb1db0592cfcc60c04f4993534842e0c3f29e144.
Updated by Samir Jha over 5 years ago
- Has duplicate Bug #27198: UI sends malformed API request upon enabling *first* redhat repo added