Actions
Bug #15583
closedsync status page is out of date when sync occurs via hammer, causing errors
Difficulty:
easy
Triaged:
Bugzilla link:
Pull request:
Description
If you load the sync status page, then kick off a sync via hammer, you'll get a 500 error when starting a second sync via the page.
The stack is:
| NameError (undefined local variable or method `notify' for #<Katello::SyncManagementController:0x0000000f612628>): | katello (3.0.0.51) app/controllers/katello/sync_management_controller.rb:68:in `block in sync_repos' | katello (3.0.0.51) app/controllers/katello/sync_management_controller.rb:63:in `sync_repos' | katello (3.0.0.51) app/controllers/katello/sync_management_controller.rb:33:in `sync' | app/controllers/concerns/application_shared.rb:13:in `set_timezone' | lib/middleware/catch_json_parse_errors.rb:9:in `call'
Updated by The Foreman Bot over 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6169 added
Updated by Chris Duryee over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|0f1101ee9c2ffc088c9627339110d6278c5afb7b.
Updated by Justin Sherrill over 8 years ago
- Category set to Web UI
- Translation missing: en.field_release set to 143
- Difficulty set to easy
Actions