summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-05-27 07:32:27 +0200
committerByron Jones <glob@mozilla.com>2015-05-27 07:32:27 +0200
commit776ee55030257105efd7df2196d9aee01e8281ad (patch)
tree5a3c2c1ac820eafdeb175ec7b0d7ebef4da87471 /extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
parent4bc64fd88d745ea6b98fac615df3d8fe96419923 (diff)
downloadbugzilla-776ee55030257105efd7df2196d9aee01e8281ad.tar.gz
bugzilla-776ee55030257105efd7df2196d9aee01e8281ad.tar.xz
Bug 1162427: the "reset assignee to default" checkbox / functionality should be visible
Diffstat (limited to 'extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl2
1 files changed, 2 insertions, 0 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 ba3973bcf..fa87066fd 100644
--- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
@@ -466,6 +466,7 @@
field_type = constants.FIELD_TYPE_USER
hide_on_view = 1
append_content = 1
+ default = bug.component_obj.default_assignee.login
%]
<div class="set-default-container" style="display:none">
<input type="checkbox" id="set-default-assignee" name="set_default_assignee" class="set-default"
@@ -508,6 +509,7 @@
field_type = constants.FIELD_TYPE_USER
hide_on_view = 1
append_content = 1
+ default = (bug.component_obj.default_qa_contact.id ? bug.component_obj.default_qa_contact.login : '')
%]
<div class="set-default-container" style="display:none">
<input type="checkbox" id="set-default-qa-contact" name="set_default_qa_contact" class="set-default"