[Rt-commit] [rtir] 01/01: fix RT link in RTIR menu for non-/ WebPath

Dustin Graves dustin at bestpractical.com
Mon Feb 22 19:33:59 EST 2016


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

dustin pushed a commit to branch 3.4/fix-rt-menu-link-webpath
in repository rtir.

commit cb0e4db304cc594f283f412215624214602a5568
Author: Dustin Graves <dustin at bestpractical.com>
Date:   Tue Feb 23 00:32:36 2016 +0000

    fix RT link in RTIR menu for non-/ WebPath
    
    Fixes: I#31736
---
 html/Callbacks/RTIR/Elements/Tabs/Privileged | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/Callbacks/RTIR/Elements/Tabs/Privileged b/html/Callbacks/RTIR/Elements/Tabs/Privileged
index ae863f1..5fa558f 100644
--- a/html/Callbacks/RTIR/Elements/Tabs/Privileged
+++ b/html/Callbacks/RTIR/Elements/Tabs/Privileged
@@ -82,7 +82,7 @@ $HTML::Mason::Commands::m->notes('menu', RT::Interface::Web::Menu->new());
 
 my $rtmenu = Menu->child(rtkids => menu => $orig_menu);
 $rtmenu->title(loc('RT'));
-$rtmenu->path($RT::WebPath);
+$rtmenu->path('/');
 $rtmenu->key('rt-menu');
 
 Menu->child(preferences => menu => $orig_menu->child('preferences'));

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


More information about the rt-commit mailing list