From: Tiago Mello Date: Mon, 29 Mar 2010 13:06:44 +0000 (+0200) Subject: Bug 555089: Add hooks in the messages template to warn the user after updating classi... X-Git-Tag: bugzilla-3.6~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48db192b6a77e956e5242d87f0339be96f1a76e2;p=thirdparty%2Fbugzilla.git Bug 555089: Add hooks in the messages template to warn the user after updating classification or components custom fields r/a=mkanat --- diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 1f63da79b4..24f193cf76 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -188,6 +188,7 @@ [% IF changes.sortkey.defined %]
  • Sortkey updated to '[% classification.sortkey FILTER html %]'
  • [% END %] + [% Hook.process('classification_updated_fields') %] [% ELSE %] No changes made to [% classification.name FILTER html %]. @@ -237,6 +238,8 @@
  • Default CC list deleted
  • [% END %] [% END %] + [% Hook.process('component_updated_fields') %] + [% ELSE %] No changes made to [% comp.name FILTER html %]. [% END %]