summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl5
1 files changed, 3 insertions, 2 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 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 %]