Bug #21711
closedSync Status progress bar does not work
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1509932
Description of problem:
regression since 6.3.0 Snap 21
Apparently, the query for the sync status now needs to send a Context parameter.
Right now, the server returns a redirect to "select_organization" page in the background, leaving the 'sync pstatus' progress bar without any data:
request url: GET https://sat6.com/katello/sync_management/sync_status?repoids[]=7&_=1509966958854
response: 302 Found
location: https://sat6.com/select_organization?toState=/katello/sync_management/sync_status
This obviously never ends and staying on the page leads to an infinite task polling.
How reproducible:
Steps to Reproduce:
1. create any repo
2. navigate to sync status
3. expand the created repo and hit sync
4. monitor the progress and outbound traffic
Actual results:
the sync status GET requests are being redirected to 'select_organization' page, sync status progress bar not updated, page infinitely polling for the sync status.
Expected results:
sync status retrieved correctly, feeding progress bar with correct data, finishing when sync complete
Updated by Walden Raines about 7 years ago
- Category set to Web UI
- Target version set to 234
Updated by Justin Sherrill almost 7 years ago
- Translation missing: en.field_release set to 284
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/7096 added
Updated by Walden Raines almost 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|0db15ab69e062c8f507b019da0ca334bee6f59df.