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'
Actions