Commit 2686b79f authored by David Lawrence's avatar David Lawrence

Bug 670670 - New hook for requests.cgi that allows for additional links after…

Bug 670670 - New hook for requests.cgi that allows for additional links after attachment descriptions. r/a=mkanat
parent 20e0cc4d
......@@ -200,7 +200,10 @@ to some group are shown by default.
<tr>
[% FOREACH column = display_columns %]
[% NEXT IF column == group_field || excluded_columns.contains(column) %]
<td>[% PROCESS "display_$column" %]</td>
<td>
[% PROCESS "display_$column" %]
[% Hook.process('after_column') %]
</td>
[% END %]
</tr>
[% END %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment