Commit ab268a17 authored by dkl%redhat.com's avatar dkl%redhat.com

Bug 31117 - should have a "submit only my comments" option on midair collision

Patch by Dave Lawrence <dkl@redhat.com> - r/a=LpSolit
parent 1cb96f9b
......@@ -88,6 +88,17 @@ You have the following choices:
[% ", except for the added comment(s)" IF comments.size > start_at %].
</form>
</li>
[% IF cgi.param("comment") %]
<li>
<form method="post" action="process_bug.cgi">
<input type="hidden" name="id" value="[% cgi.param("id") FILTER html %]">
<input type="hidden" name="delta_ts" value="[% bug.delta_ts FILTER html %]">
<input type="hidden" name="comment" value="[% cgi.param("comment") FILTER html %]">
<input type="hidden" name="commentprivacy" value="[% cgi.param("commentprivacy") FILTER html %]">
<input type="submit" id="process_comment" value="Submit only my new comment">
</form>
</li>
[% END %]
<li>
Throw away my changes, and
[%+ "revisit $terms.bug $bug.id" FILTER bug_link(bug.id) FILTER none %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment