diff options
author | Byron Jones <glob@mozilla.com> | 2014-07-01 07:45:06 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-07-01 07:45:06 +0200 |
commit | 48577f23ee0cccfcc476cbac477a9b30c5194fa9 (patch) | |
tree | 31537513371d05b87346059b0e4cc63b6e224086 /template/en/default/bug | |
parent | 14adc0f7da11b364f18e95435497b8069aa9fa30 (diff) | |
download | bugzilla-48577f23ee0cccfcc476cbac477a9b30c5194fa9.tar.gz bugzilla-48577f23ee0cccfcc476cbac477a9b30c5194fa9.tar.xz |
Bug 1031428: Move the "Mentors" field under "QA Contact" field
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index c6f49e9b6..3ec871282 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -563,6 +563,10 @@ </td> </tr> [% END %] + + [%# BMO - hook for adding mentors %] + [% Hook.process("after_people", "bug/edit.html.tmpl") %] + <script type="text/javascript"> assignToDefaultOnChange(['product', 'component'], '[% bug.component_obj.default_assignee.login FILTER js %]', |