diff options
author | lpsolit%gmail.com <> | 2006-11-20 21:28:49 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-11-20 21:28:49 +0100 |
commit | 5658dc1c82fc3f8073c3e92e63f36f9ecac987a9 (patch) | |
tree | 1fb4d1e0ea61347f72ac105b565754b5b7b31d70 /template/en | |
parent | c0c352712b1d0a4b5d8bc2bb38be8d0bb013fbdf (diff) | |
download | bugzilla-5658dc1c82fc3f8073c3e92e63f36f9ecac987a9.tar.gz bugzilla-5658dc1c82fc3f8073c3e92e63f36f9ecac987a9.tar.xz |
Bug 359956: No requestee field available for attachments on bug creation - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index c27750e6c..b11b0ff18 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -465,6 +465,7 @@ function handleWantsAttachment(wants_attachment) { <table class="attachment_entry"> [% PROCESS attachment/createformcontents.html.tmpl flag_types = product.flag_types.attachment + any_flags_requesteeble = 1 flag_table_id ="attachment_flags" %] </table> </fieldset> |