Skip to content

Commit a5f2f9d

Browse files
committed
Bug 1149390: "duplicates" are missing from the modal view
1 parent 824bb12 commit a5f2f9d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,10 +623,11 @@
623623
[%# duplicates %]
624624
[% IF bug.duplicates.size %]
625625
[% INCLUDE bug_modal/field.html.tmpl
626+
field = "duplicates"
627+
field_type = constants.FIELD_TYPE_BUG_LIST
626628
label = "Duplicates"
627629
values = bug.duplicates
628-
field_type = constants.FIELD_TYPE_BUG_LIST
629-
view_only = 1
630+
hide_on_edit = 1
630631
%]
631632
[% END %]
632633

0 commit comments

Comments
 (0)