From a5f2f9dd24e8dce8aa41ef8b93c5026b6a023b3a Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 31 Mar 2015 12:41:03 +0800 Subject: Bug 1149390: "duplicates" are missing from the modal view --- extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'extensions/BugModal/template') 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 62a64d465..1870d6b5a 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -623,10 +623,11 @@ [%# duplicates %] [% IF bug.duplicates.size %] [% INCLUDE bug_modal/field.html.tmpl + field = "duplicates" + field_type = constants.FIELD_TYPE_BUG_LIST label = "Duplicates" values = bug.duplicates - field_type = constants.FIELD_TYPE_BUG_LIST - view_only = 1 + hide_on_edit = 1 %] [% END %] -- cgit v1.2.3-24-g4f1b