import rt 3.4.6
[freeside.git] / rt / html / User / Elements / Tabs
index 1d25fb9..625b30f 100644 (file)
@@ -61,6 +61,9 @@
                         },
             };
 
+  # Now let callbacks add their extra tabs
+  $m->comp('/Elements/Callback', tabs => $tabs, %ARGS);
+
   foreach my $tab (sort keys %{$tabs}) {
     if ($tabs->{$tab}->{'path'} eq $current_tab) {
       $tabs->{$tab}->{"subtabs"} = $subtabs;