[Rt-commit] rtir branch, 2.9-trunk, updated. 3.0.0rc1-48-g0cbfd5c

Kevin Falcone falcone at bestpractical.com
Wed Apr 10 11:58:38 EDT 2013


The branch, 2.9-trunk has been updated
       via  0cbfd5c76b5cee10bec403c4727b2e90a8a18ee2 (commit)
      from  f9dd471f8f97dfff371ed7ea47f255134e707fe2 (commit)

Summary of changes:
 html/Callbacks/RTIR/Elements/Tabs/Privileged | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 0cbfd5c76b5cee10bec403c4727b2e90a8a18ee2
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Apr 10 11:38:06 2013 -0400

    Menus were missing on the Forward and Advanced pages

diff --git a/html/Callbacks/RTIR/Elements/Tabs/Privileged b/html/Callbacks/RTIR/Elements/Tabs/Privileged
index e02214e..ff8b936 100644
--- a/html/Callbacks/RTIR/Elements/Tabs/Privileged
+++ b/html/Callbacks/RTIR/Elements/Tabs/Privileged
@@ -92,7 +92,7 @@ my $search_arguments = sub {
     return %res;
 };
 
-if ( $request_path =~ m{^/RTIR/(?:$re_rtir_types/)?(Display|Edit|Update)\.html$} ) {
+if ( $request_path =~ m{^/RTIR/(?:$re_rtir_types/)?(Display|Edit|Update|Forward|Advanced)\.html$} ) {
     my $id = $args->{'id'};
 
     # we'll never get here unless ticket is there and it's rtir's type

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


More information about the Rt-commit mailing list