diff options
author | Byron Jones <glob@mozilla.com> | 2015-12-01 06:11:41 +0100 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-12-01 06:11:41 +0100 |
commit | 7bf9ad78543d0f95c655afab376de6fc4687f3d2 (patch) | |
tree | 41fd4a616491e1997059b0149fee7abe9e246564 /extensions/BugModal/template | |
parent | 2ec51002974e8ee9d0d4107509d1455ab19b6a87 (diff) | |
download | bugzilla-7bf9ad78543d0f95c655afab376de6fc4687f3d2.tar.gz bugzilla-7bf9ad78543d0f95c655afab376de6fc4687f3d2.tar.xz |
Bug 1149952 - Can't change bug status to ASSIGNED in one click
Diffstat (limited to 'extensions/BugModal/template')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 7 |
1 files changed, 7 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 35621f544..b73761cff 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -473,6 +473,13 @@ inline = 1 edit_only = 1 %] + [% UNLESS prefix %] + <div id="assigned-container" style="display:none"> + <button type="button" class="minor" id="mark-as-assigned-btn"> + Mark as Assigned + </button> + </div> + [% END %] [% IF bug.choices.resolution.only("name", "DUPLICATE").size %] <div id="[% prefix FILTER none %]duplicate-container"> of |