Bug #6512
closedfirebug raises 404 on sync completion for missing notifications
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1110371
Description of problem:
I synced 2 large repos ( rhel65 and rhel64), sync was completed but at the end of sync completion firebug raised NetworkError 404 not found
"NetworkError: 404 Not Found - https://dhcp207-55.lab.eng.pnq.redhat.com/katello/notices/get_new"
production.log has following error:
AbstractController::ActionNotFound (The action 'get_new' could not be found for NoticesController):
lib/middleware/catch_json_parse_errors.rb:9:in `call'
I'm assuming, its because of missing notification on sync status page.
Version-Release number of selected component (if applicable):
sat6 beta snap9 compose 2
How reproducible:
always
Steps to Reproduce:
1. sync repo from sync status page
2. check firebug console on sync completion
3.
Actual results:
firebug raised NetworkError 404 not found
"NetworkError: 404 Not Found - https://dhcp207-55.lab.eng.pnq.redhat.com/katello/notices/get_new"
Expected results:
Additional info: