Subject: | [patch] Fix tab link to avoid conflicts and give explicit URL |
---
local/plugins/RTx-RightsMatrix/html/Callbacks/RTx-RightsMatrix/Admin/Elements/ToolTabs/Default~
2005-10-26 18:36:06.000000000 -0400
+++
local/plugins/RTx-RightsMatrix/html/Callbacks/RTx-RightsMatrix/Admin/Elements/ToolTabs/Default
2008-11-26 20:27:57.000000000 -0500
@@ -2,9 +2,9 @@
$tabs => {}
</%ARGS>
<%INIT>
-$tabs->{'zz'} = {
+$tabs->{'rm'} = {
title => loc('Rights Matrix'),
- path => 'Admin/Tools/RightsMatrix/',
+ path => 'Admin/Tools/RightsMatrix/index.html',
};
</%INIT>
P.S. It would also be nice to include the updated Module::Install::RT,
so that files are placed in local/plugins/RTx-Timeline rather than
share/html and site_perl.