diff options
author | Byron Jones <glob@mozilla.com> | 2015-03-31 06:41:03 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-03-31 06:41:03 +0200 |
commit | a5f2f9dd24e8dce8aa41ef8b93c5026b6a023b3a (patch) | |
tree | 9e7242e81a1a5306f92810aec3bfd869e4532367 /extensions/BugModal/template | |
parent | 824bb12f1e786e2a57e5d6cc941021406de631a7 (diff) | |
download | bugzilla-a5f2f9dd24e8dce8aa41ef8b93c5026b6a023b3a.tar.gz bugzilla-a5f2f9dd24e8dce8aa41ef8b93c5026b6a023b3a.tar.xz |
Bug 1149390: "duplicates" are missing from the modal view
Diffstat (limited to 'extensions/BugModal/template')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 5 |
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 %] |