diff options
author | Byron Jones <glob@mozilla.com> | 2015-05-22 07:33:40 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-05-22 07:33:40 +0200 |
commit | 0677733f0afbf6e4b5b414e8ae928dea34bff893 (patch) | |
tree | 8f836f9da7745f0bbc25f8ecd70cebe26d054cba /extensions/BugModal | |
parent | b09be15c170b39ec2c1553efcfd8f795e4847ad5 (diff) | |
download | bugzilla-0677733f0afbf6e4b5b414e8ae928dea34bff893.tar.gz bugzilla-0677733f0afbf6e4b5b414e8ae928dea34bff893.tar.xz |
Bug 1135164: display a warning on show_bug when an unassigned bug has a patch attached
Diffstat (limited to 'extensions/BugModal')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl index e5fd7a82c..1658a0408 100644 --- a/extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl @@ -80,3 +80,6 @@ <button type="button" id="attachments-obsolete-btn" class="minor">Show Obsolete Attachments</button> [% END %] </div> + +[%# BMO - attachment related warnings %] +[% Hook.process("warnings") %] |