[Rt-commit] [rtir] 07/09: Switch to using the new QueueSummary widget

Jesse Vincent jesse at bestpractical.com
Tue Mar 10 21:11:09 EDT 2015


This is an automated email from the git hooks/post-receive script.

jesse pushed a commit to branch 3.4/remove_old_constituencies
in repository rtir.

commit 92280ba126a37ce36715f63f2c4e1024f0f9aebd
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Tue Mar 10 17:12:33 2015 -0700

    Switch to using the new QueueSummary widget
    
    There's a todo for handling the upgrade
---
 etc/RTIR_Config.pm | 2 +-
 etc/initialdata    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/RTIR_Config.pm b/etc/RTIR_Config.pm
index e71e50d..d9feb42 100644
--- a/etc/RTIR_Config.pm
+++ b/etc/RTIR_Config.pm
@@ -505,7 +505,6 @@ Components that available to add on the first page of the RTIR.
 
 Set(@RTIR_HomepageComponents, qw(
     QuickCreate
-    Quicksearch
     MyAdminQueues
     MySupportQueues
     MyReminders
@@ -516,6 +515,7 @@ Set(@RTIR_HomepageComponents, qw(
     /RTIR/Elements/UserDueIncidents
     /RTIR/Elements/NobodyDueIncidents
     /RTIR/Elements/DueIncidents
+    /RTIR/Elements/QueueSummary
 ));
 
 =item C<@Active_MakeClicky>
diff --git a/etc/initialdata b/etc/initialdata
index 39f64f9..aeea5b5 100644
--- a/etc/initialdata
+++ b/etc/initialdata
@@ -591,7 +591,7 @@ for my $cf (@CustomFields) {
         ],
         sidebar => [
             { type => 'component', name => 'RefreshHomepage' },
-            { type => 'component', name => 'Quicksearch' },
+            { type => 'component', name => '/RTIR/Elements/QueueSummary' },
         ]
     },
 } );

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list