diff options
author | Dylan Hardison <dylan@mozilla.com> | 2016-07-12 21:24:23 +0200 |
---|---|---|
committer | Dylan Hardison <dylan@mozilla.com> | 2016-07-12 21:24:23 +0200 |
commit | 876f5eb2e01a22cd53e77744afca56f38ebf0678 (patch) | |
tree | 47843a5ffc81a880905153d3a3030c2d7d35e538 /extensions/BugModal/template/en | |
parent | dc519b098fac5c18b3807e8a7dfd37334799c951 (diff) | |
download | bugzilla-876f5eb2e01a22cd53e77744afca56f38ebf0678.tar.gz bugzilla-876f5eb2e01a22cd53e77744afca56f38ebf0678.tar.xz |
Bug 1283255 - typo in bug modal template (cf_points)
Diffstat (limited to 'extensions/BugModal/template/en')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index 89b1f521a..d9e970fe0 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -783,7 +783,7 @@ [% INCLUDE bug_modal/field.html.tmpl field = bug_fields.cf_fx_points field_type = bug_fields.cf_fx_points.type - hide_on_view = bug.cf_points == "" + hide_on_view = bug.cf_fx_points == "" %] [% END %] |