From e5b9cf95e4522cb670a71c3bd02e73e38b45997e Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Tue, 12 Dec 2017 18:32:29 -0500 Subject: Bug 1424787 - Due Date on bug modal is 1 day ahead --- extensions/BugModal/template/en/default/bug_modal/field.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/BugModal') diff --git a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl index fbf8c2a48..d123ca696 100644 --- a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl @@ -161,7 +161,7 @@ END; [% CASE constants.FIELD_TYPE_DATE %] [%# date %] - [% value FILTER time("%Y-%m-%d") %] + [% CASE constants.FIELD_TYPE_BUG_ID %] [%# bug id %] -- cgit v1.2.3-24-g4f1b