[Rt-commit] r19261 - in rt/3.8/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Thu Apr 16 21:41:49 EDT 2009


Author: sartak
Date: Thu Apr 16 21:41:49 2009
New Revision: 19261

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/share/html/Dashboards/Queries.html

Log:
 r82273 at onn:  sartak | 2009-04-16 21:41:43 -0400
 Remove deleted warnings about the pane we just updated


Modified: rt/3.8/trunk/share/html/Dashboards/Queries.html
==============================================================================
--- rt/3.8/trunk/share/html/Dashboards/Queries.html	(original)
+++ rt/3.8/trunk/share/html/Dashboards/Queries.html	Thu Apr 16 21:41:49 2009
@@ -238,6 +238,9 @@
             my $panes = $Dashboard->Panes;
             $panes->{$pane} = \@portlets;
 
+            # remove "deleted" warnings about this pane
+            @deleted = grep { $_->{pane} ne $pane } @deleted;
+
             $m->callback(
                 CallbackName => 'BeforeUpdate',
                 Dashboard    => $Dashboard,


More information about the Rt-commit mailing list