[Rt-commit] rt branch, 4.0/self-service-tickets-top-level-link, created. rt-4.0.6-153-g99d9ee8

Thomas Sibley trs at bestpractical.com
Fri Jun 8 14:14:34 EDT 2012


The branch, 4.0/self-service-tickets-top-level-link has been created
        at  99d9ee87c1ff5ac9c9cad30282a514af5c8e42f0 (commit)

- Log -----------------------------------------------------------------
commit 99d9ee87c1ff5ac9c9cad30282a514af5c8e42f0
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Fri Jun 8 14:13:02 2012 -0400

    Self Service: Link the top-level menu item "Tickets" to Open Tickets
    
    All menu items should generally link somewhere, and linking Tickets to
    Open Tickets means it's easier to get back to your ticket list from any
    Self Service page.

diff --git a/share/html/Elements/Tabs b/share/html/Elements/Tabs
index 95cc21a..a32cc01 100755
--- a/share/html/Elements/Tabs
+++ b/share/html/Elements/Tabs
@@ -836,7 +836,7 @@ my $build_selfservice_nav = sub {
     } elsif ( $queue_id ) {
         Menu->child( new => title => loc('New ticket'), path => '/SelfService/Create.html?Queue=' . $queue_id );
     }
-    my $tickets = Menu->child( tickets => title => loc('Tickets'));
+    my $tickets = Menu->child( tickets => title => loc('Tickets'), path => '/SelfService/' );
     $tickets->child( open   => title => loc('Open tickets'),   path => '/SelfService/' );
     $tickets->child( closed => title => loc('Closed tickets'), path => '/SelfService/Closed.html' );
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list