]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 842068: Add 'group_updated_fields' hook to 'global/messages.html.tmpl'
authorTiago Mello <timello@bugzilla.org>
Fri, 10 May 2013 11:24:59 +0000 (13:24 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Fri, 10 May 2013 11:24:59 +0000 (13:24 +0200)
r=dkl a=LpSolit

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

index 7dc3767f49c3e3a74e6ebcd48802f82adc24448a..95b74f1dfed7f7be3440c533cb8cf14a9703e949 100644 (file)
           [% CASE 'visible_to_me_remove' %]
             <li>This group may no longer see users in the following groups:
               [%+ changes.visible_to_me_remove.join(', ') FILTER html %]</li>
+          [% CASE %]
+            [% Hook.process('group_updated_fields') %]
         [% END %]
       [% END %]
       </ul>