diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-01-09 22:01:11 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-01-09 22:01:11 +0100 |
commit | fc00589a935d888db49ca4d45675102f1affacd0 (patch) | |
tree | da99ccc4803ccb292daf4037a8f19b92d0fd5a54 /template/en | |
parent | 23df227af3c7e2d1e9aaefda9ff2b4fd45546ac3 (diff) | |
download | bugzilla-fc00589a935d888db49ca4d45675102f1affacd0.tar.gz bugzilla-fc00589a935d888db49ca4d45675102f1affacd0.tar.xz |
715477: Inactive but set flags are no longer visible when editing a bug
https://bugzilla.mozilla.org/show_bug.cgi?id=715477
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index a55be45fe..7c6f5e462 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -870,7 +870,7 @@ [% show_bug_flags = 0 %] [% bug_flags_set = 0 %] [% show_more_flags = 0 %] - [% FOREACH type = bug.flag_types(is_active=>1) %] + [% FOREACH type = bug.flag_types %] [% IF (type.flags && type.flags.size > 0) || (user.id && type.is_active) %] [% show_bug_flags = 1 %] [% END %] |