https://bugzilla.wikimedia.org/show_bug.cgi?id=36064

--- Comment #19 from Andre Klapper <aklap...@wikimedia.org> ---
I had no luck with a local 4.4 instance either, hence I checked for existance
of hooks used (by looking at the filenames in
/extensions/Needinfo/template/en/default/hook/):

$:andre\> cd ./bmo-42upstream
$:andre\> grep -r "after_comment_commit_button" .
./template/en/default/bug/edit.html.tmpl:
   [% Hook.process("after_comment_commit_button", 'bug/edit.html.tmpl') %]
$:andre\> cd ../bugzilla-44upstream/
$:andre\> grep -r "after_comment_commit_button" .
$:andre\>

So that was the issue for this extension.

Adding the line
 [% Hook.process("after_comment_commit_button", 'bug/edit.html.tmpl') %]
in
https://git.wikimedia.org/blob/wikimedia%2Fbugzilla%2Fmodifications.git/fa11f483cd98b49578db9924f576d65fc258a989/template%2Fen%2Fcustom%2Fbug%2Fedit.html.tmpl#L1109
finally made this work as expected.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to