Merge lp:~brian-murray/ubuntu-archive-tools/reverse-without-response into lp:ubuntu-archive-tools

Proposed by Brian Murray
Status: Merged
Merged at revision: 1037
Proposed branch: lp:~brian-murray/ubuntu-archive-tools/reverse-without-response
Merge into: lp:ubuntu-archive-tools
Diff against target: 14 lines (+2/-1)
1 file modified
component-mismatches (+2/-1)
To merge this branch: bzr merge lp:~brian-murray/ubuntu-archive-tools/reverse-without-response
Reviewer Review Type Date Requested Status
Ubuntu Package Archive Administrators Pending
Review via email: mp+301208@code.launchpad.net

Description of the change

Incomplete (without response) isn't a valid option for the select status when filing a bug. Here's the page source for it:

<div class="value">
<select id="field.status" name="field.status" size="1" >
<option value="New">New</option>
<option selected="selected" value="Incomplete">Incomplete</option>
<option value="Opinion">Opinion</option>
<option value="Invalid">Invalid</option>
<option value="Won't Fix">Won't Fix</option>
<option value="Expired">Expired</option>
<option value="Confirmed">Confirmed</option>
<option value="Triaged">Triaged</option>
<option value="In Progress">In Progress</option>
<option value="Fix Committed">Fix Committed</option>
<option value="Fix Released">Fix Released</option>
</select>
</div>

If we use Incomplete again the bug will be indexed now see https://bugs.qastaging.launchpad.net/ubuntu/+source/indicator-applet/+bugs?orderby=-id&start=0 and bug 1437194 if the database doesn't get dumped.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'component-mismatches'
2--- component-mismatches 2016-04-29 21:03:18 +0000
3+++ component-mismatches 2016-07-26 18:54:39 +0000
4@@ -396,8 +396,9 @@
5 url = "https://launchpad.net/bugs/%i" % mirs[0][0]
6 else:
7 fc = "white"
8+ # Need to use &amp; otherwise the svg will have a syntax error
9 url = ("https://launchpad.net/ubuntu/+source/%s/+filebug?"
10- "field.title=%s&amp;field.status=Incomplete+(without+response)"
11+ "field.title=%s&amp;field.status=Incomplete"
12 "&amp;field.tags=%s" %
13 (quote_plus(name), quote_plus("[MIR] %s" % name),
14 quote_plus(suite)))

Subscribers

People subscribed via source and target branches