]> 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:05:07 +0000 (15:05 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 29 Mar 2010 13:05:07 +0000 (15:05 +0200)
r/a=mkanat

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

index 5364f1e986298d98807808fa7a135cf757170a6e..7a362374f0f272ad4a281baf128472c185d4699a 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 %]