Commit 8f04aae6 authored by Tiago Mello's avatar Tiago Mello Committed by Frédéric Buclin

Bug 555089: Add hooks in the messages template to warn the user after updating…

Bug 555089: Add hooks in the messages template to warn the user after updating classification or components custom fields r/a=mkanat
parent 4b1b1897
......@@ -188,6 +188,7 @@
[% IF changes.sortkey.defined %]
<li>Sortkey updated to '[% classification.sortkey FILTER html %]'</li>
[% END %]
[% Hook.process('classification_updated_fields') %]
</ul>
[% ELSE %]
No changes made to <em>[% classification.name FILTER html %]</em>.
......@@ -237,6 +238,8 @@
<li>Default CC list deleted</li>
[% END %]
[% END %]
[% Hook.process('component_updated_fields') %]
</ul>
[% ELSE %]
No changes made to <em>[% comp.name FILTER html %]</em>.
[% 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