]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 555089: Add hooks in the messages template to warn the user after updating classi...
authorTiago Mello <timello@linux.vnet.ibm.com>
Mon, 29 Mar 2010 13:06:44 +0000 (15:06 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 29 Mar 2010 13:06:44 +0000 (15:06 +0200)
r/a=mkanat

template/en/default/global/messages.html.tmpl

index 1f63da79b4ddfb757a9dc96a6a54b72ef969b859..24f193cf76fc9117a9c8a055faa3d42f1285e048 100644 (file)
         [% 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>.
           <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 %]