diff options
author | Byron Jones <glob@mozilla.com> | 2014-07-18 08:13:18 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-07-18 08:13:18 +0200 |
commit | a6b6a99ab9792504df78fe5303ed0655cfb8a4b8 (patch) | |
tree | 1c3ceddc704de4f713dcc82572b656ae23a72dc1 /template/en | |
parent | b2af966052d36b4029a55f7da197e3b8c05eb9f4 (diff) | |
download | bugzilla-a6b6a99ab9792504df78fe5303ed0655cfb8a4b8.tar.gz bugzilla-a6b6a99ab9792504df78fe5303ed0655cfb8a4b8.tar.xz |
Bug 1032883: update FlagDefaultRequestee extension to use object hooks
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 2567d4a7a..7feb54583 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -652,6 +652,7 @@ [% IF changes.inclusions.defined || changes.exclusions.defined %] <li>The inclusions and exclusions lists have been updated</li> [% END %] + [% Hook.process('flag_type_updated_fields') %] </ul> [% ELSE %] No changes made to flag type <em>[% flagtype.name FILTER html %]</em>. |