[Rt-commit] rtir branch, 2.9/make-investigations-menu-launch, created. 3.0.0rc1-51-g45b2065
Jim Brandt
jbrandt at bestpractical.com
Fri Apr 19 13:59:35 EDT 2013
The branch, 2.9/make-investigations-menu-launch has been created
at 45b2065a4ca3ab9ed7b73a80c0228b48dc50defc (commit)
- Log -----------------------------------------------------------------
commit 45b2065a4ca3ab9ed7b73a80c0228b48dc50defc
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Fri Apr 19 13:51:23 2013 -0400
Change the Investigations submenu from Create to Launch
The "create" page for Investigations displays "Launch a new
Investigation" and the option on the Investigations portlet
on the Incident page is also Launch, so update the menu item
to be consistent.
diff --git a/html/Callbacks/RTIR/Elements/Tabs/Privileged b/html/Callbacks/RTIR/Elements/Tabs/Privileged
index ff8b936..2a7a5f9 100644
--- a/html/Callbacks/RTIR/Elements/Tabs/Privileged
+++ b/html/Callbacks/RTIR/Elements/Tabs/Privileged
@@ -54,7 +54,7 @@ $root->child(
investigations => title => loc('Investigations'),
path => '/RTIR/Search/Results.html?Queue=Investigations'
)->child(
- create => title => loc('Create'),
+ launch => title => loc('Launch'),
path => '/RTIR/Create.html?Queue=Investigations',
);
unless ( RT->Config->Get('RTIR_DisableBlocksQueue') ) {
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list