Dzahn has submitted this change and it was merged.

Change subject: Add hook in core for bmo's 'Needinfo' Bugzilla extension.
......................................................................


Add hook in core for bmo's 'Needinfo' Bugzilla extension.

Backport of http://bzr.mozilla.org/bugzilla/trunk/revision/8924
in upstream master. One requirement for bug 36064.

Change-Id: I381c5dc82106587a7f9f7337e4e546528300aa0e
---
M template/en/custom/bug/edit.html.tmpl
1 file changed, 4 insertions(+), 0 deletions(-)

Approvals:
  Aklapper: Looks good to me, but someone else must approve
  Dzahn: Verified; Looks good to me, approved



diff --git a/template/en/custom/bug/edit.html.tmpl 
b/template/en/custom/bug/edit.html.tmpl
index 576b936..3848c84 100644
--- a/template/en/custom/bug/edit.html.tmpl
+++ b/template/en/custom/bug/edit.html.tmpl
@@ -1104,6 +1104,10 @@
         <br>
         [% PROCESS commit_button id=""%]
 
+        [%# WIKIMEDIA START Backport of bmo 944543 %]
+        [% Hook.process("after_comment_commit_button", 'bug/edit.html.tmpl') %]
+        [%# WIKIMEDIA END Backport of bmo 944543 %]
+
         <table id="bug_status_bottom"
                class="status" cellspacing="0" cellpadding="0">
           <tr>

-- 
To view, visit https://gerrit.wikimedia.org/r/114168
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I381c5dc82106587a7f9f7337e4e546528300aa0e
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/bugzilla/modifications
Gerrit-Branch: master
Gerrit-Owner: Aklapper <aklap...@wikimedia.org>
Gerrit-Reviewer: Aklapper <aklap...@wikimedia.org>
Gerrit-Reviewer: Dzahn <dz...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to