#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.
#382: Milestone Update List Generates HTTP 500 Error ---------------------------------------+----------------------- Reporter: tflink | Owner: tflink Type: defect | Status: closed Priority: major | Milestone: Fedora 19 Component: Blocker bug tracker page | Version: Resolution: fixed | Keywords: Blocked By: | Blocking: ---------------------------------------+----------------------- Changes (by mkrizek):
* resolution: => fixed * status: new => closed
Comment:
Fixed in [https://git.fedorahosted.org/cgit/blockerbugs.git/commit/?h=develop&id=a... afa342039f8f3a890c295bda98a659b0c2b55780]
qa-devel@lists.fedoraproject.org