diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-10-21 01:24:05 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-10-21 01:24:05 +0200 |
commit | f770095a34894673cfecf1caf520b8ab87038e81 (patch) | |
tree | ca73e907712a15d017dded8c5a775a7c9c919472 /template/en/default/bug/process | |
parent | c971c66989e39fddbebfdf671d4f55502620a61f (diff) | |
download | bugs-f770095a34894673cfecf1caf520b8ab87038e81.tar bugs-f770095a34894673cfecf1caf520b8ab87038e81.tar.gz bugs-f770095a34894673cfecf1caf520b8ab87038e81.tar.bz2 bugs-f770095a34894673cfecf1caf520b8ab87038e81.tar.xz bugs-f770095a34894673cfecf1caf520b8ab87038e81.zip |
Bug 598014: Document how to mark the initial comment as private when using Bug.create()
r/a=mkanat
Diffstat (limited to 'template/en/default/bug/process')
-rw-r--r-- | template/en/default/bug/process/midair.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/bug/process/midair.html.tmpl b/template/en/default/bug/process/midair.html.tmpl index f5c3407f4..8a49f7cdc 100644 --- a/template/en/default/bug/process/midair.html.tmpl +++ b/template/en/default/bug/process/midair.html.tmpl @@ -94,7 +94,8 @@ You have the following choices: <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="hidden" name="comment_is_private" + value="[% cgi.param("comment_is_private") FILTER html %]"> <input type="hidden" name="longdesclength" value="[% bug.comments.size %]"> <input type="hidden" name="token" value="[% cgi.param("token") FILTER html %]"> <input type="submit" id="process_comment" value="Submit only my new comment"> |