[Bps-public-commit] RT-Extension-ActivityReports branch, master, updated. 1.02-1-gb483713
Thomas Sibley
trs at bestpractical.com
Mon Mar 26 11:19:56 EDT 2012
The branch, master has been updated
via b483713e7ce2b9df5860385b7396ee3a0ad2102d (commit)
from 3b9a12a777302e0473b5e7ab93c9bdd06ab043c8 (commit)
Summary of changes:
.../ActivityReports/Elements/Tabs/Privileged | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit b483713e7ce2b9df5860385b7396ee3a0ad2102d
Author: Thomas Sibley <trs at bestpractical.com>
Date: Mon Mar 26 11:19:53 2012 -0400
Use an absolute path not a relative path for the Tools menu item
diff --git a/html/Callbacks/ActivityReports/Elements/Tabs/Privileged b/html/Callbacks/ActivityReports/Elements/Tabs/Privileged
index 332d44a..5c5e895 100644
--- a/html/Callbacks/ActivityReports/Elements/Tabs/Privileged
+++ b/html/Callbacks/ActivityReports/Elements/Tabs/Privileged
@@ -67,5 +67,5 @@ if ( $request_path =~ qr{^/Search/(?:Article|Build|Bulk|Chart|Graph|Results)\.ht
my $menu = Menu;
my $tools = $menu->child('tools');
-$tools->child('activity-reports' => title => loc('Activity Reports'), path => 'Reports/Activity/index.html' );
+$tools->child('activity-reports' => title => loc('Activity Reports'), path => '/Reports/Activity/index.html' );
</%INIT>
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list