From 876f5eb2e01a22cd53e77744afca56f38ebf0678 Mon Sep 17 00:00:00 2001 From: Dylan Hardison Date: Tue, 12 Jul 2016 15:24:23 -0400 Subject: [PATCH] Bug 1283255 - typo in bug modal template (cf_points) --- .../BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %] -- 2.47.3