#382: Milestone Update List Generates HTTP 500 Error
--------------------------------------+------------------------
 Reporter:  tflink                    |       Owner:  tflink
     Type:  defect                    |      Status:  new
 Priority:  major                     |   Milestone:  Fedora 19
Component:  Blocker bug tracker page  |     Version:
 Keywords:                            |  Blocked By:
 Blocking:                            |
--------------------------------------+------------------------
 = bug description =

 Whenever the milestone updates page is loaded, there is a TB and an HTTP
 500 is returned

 = bug analysis =

 One of the update filters in !__init!__.py still references out of date
 field names for bug objects:

 {{{
     for bug in update.bugs:
         if bug.proposed_blocker or bug.accepted_blocker:
             return 'blocker'
         elif bug.proposed_nth or bug.accepted_nth:
             is_nth = True
 }}}

 bug.proposed_nth and bug.accepted_nth need to be changed to
 bug.proposed_fe and bug.accepted_fe, respectively.

-- 
Ticket URL: <https://fedorahosted.org/fedora-qa/ticket/382>
Fedora QA <http://fedorahosted.org/fedora-qa>
Fedora Quality Assurance
_______________________________________________
qa-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/qa-devel

Reply via email to